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 |
How does compareto method work?
what is mean by overriding in which situation we wil use?
5 Answers Atlas Systems, CSC, DCPL,
Will minecraft java be discontinued?
What is a singleton class? Give a practical example of its usage.
How do you declare an empty string?
What is the Layout for ToolBar?
What is incompatible types in java?
What is a protected class in java?
What are the advantages of autoboxing?
What is int short for?
Are the equals() and hashCode() protected methods of object class?
What is the difference between public, private, protected, and friend access?