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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the purpose of the enableevents() method?
What does function identity () do?
Should database connections be singleton?
How are observer and observable used in java programming?
What is the properties class?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?
Can you sort a list in java?
What is data member in java?
What does I ++ mean?
Is java ee a framework?
Do you know why doesn't the java library use a randomized version of quicksort?
What is an array in java?
What is the difference between Error, defect,fault, failure and mistake?
What is the difference between length and length() method in java?
What is ternary operator?