Answer Posted / malli
Static query will create an execution plan during compilation.
Dynamic query will create execution plan at run time.
Its very slow in execution since building the plan at run
time makes it too slow.
Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What are the advantages of exception handling in java?
What are invisible components?.
If a variable is declared as private, where may the variable be accessed?
What is blank final variable?
Why inputstreamreader is used in java?
What is Hierarchy of exception?
What is a programming object?
Does java trim remove newline?
What is join () in java?
What is immutable in java?
Can we override protected method in java?
What is meant by stack and queue?
Explain java coding standards for methods?
How do you declare a destructor in java?
What is the difference between Grid and Gridbaglayout?