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 is dynamic array in java?
What are the three best choices for a development environment?
Can an arraylist be empty?
Can list be final in java?
What is files manifesting?
How do you change an int to a string?
What is the method in java?
What is compareto?
How do you ensure that n threads can access n resources without deadlock?
Can we have static methods in an interface?
What is final, finally, finalize?
What is the use of private static?
What is the properties class?
What is difference between path and classpath variables?
Is stringwriter thread safe?