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 |
Write a program to solve producer consumer problem in java?
What does split function do in java?
Is java code slower than native code?
Which is bigger double or float?
What is the minimum and maximum length of an identifier?
Why main method is static in java?
Can we execute java program without main method?
Why java applets are more useful for intranets as compared to internet?
What is nested loop? What is dangling else condition in it?
What is numeric data type?
What are the main differences between the java platform and other platforms?
What is the purpose of the system class in java?