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 object data type?
difference between java ,c#&java,c++
Need to use public,static keywords in main function?
Can list be null in java?
How do you add spaces in java?
Can we compare two strings in java?
What is a null point?
What is meant by packages?
What is the difference between static and non-static variables?
What are packages in java?
what happens when we add the objects morethan the size limit to a hashmap
Is an array a vector?