What is meant by Static query and Dynamic query?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / 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 |
What is the declaration statement?
What is function declaration?
Is java hard to learn?
Define nashorn in java8.
What does string [] args mean?
why java does not have operator overloading?
What is command line used for?
What is finalize()?
why HashTable not allow null key and value
What is the properties class in java programming?
Where is the find and replace?
Why Over riding is Run Time Polymorphism?