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
Which method cannot be overridden in java?
How static variable work in java?
Do extraneous variables affect validity?
What are untrusted applets?
What is the use of runnable interface?
How to create a thread in java?
Differentiate between stringbuffer and string?
What modifiers are allowed for methods in an interface?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
Which variable is the independent variable?
What is the use of hashmap in java?
What is locale in java?
What is the difference between a switch statement and an if statement?
What is internal iteration in java se 8?
What does this () mean in java?