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 purpose of method overriding in java where v r completely re-defining a inherited method instead y can't v create a new method and define.If the question is very silly plz excuse me and do reply.Thank U!
7 Answers emc2, Kumaran Systems,
Definition for connection pooling?
What do you understand by the term singleton?
How to do a true java ping from windows?
What is the relationship difference the canvas class and the graphics class?
Give the difference between the println method and sqrt method?
What are the types of methods in java?
What are integer overflows and underflows and how to handle them?
How do you load an HTML page from an Applet ?
What are the special characters?
How do you convert bytes to character in java?
How do you allocate memory to object?