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 |
Is java util regex pattern thread safe?
Can an interface extend a class?
Can a class be declared as static?
How to override equals() and hashCode() method in java?
which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?
What is the function of static in java?
How to compare strings in java?
What does this mean java?
What is the use of an interface?
Explain, why the constructor is required in implemented class?
What is the difference between a window and a frame in java programming?
Why java is called not pure object oriented language?