Answer Posted / 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 |
Post New Answer View All Answers
What data type is true or false?
What is the equal sign?
What is java lang object?
Write java program to reverse string without using api?
How do you execute a thread in java?
What are the different data types in java?
What is the difference between variable & constant?
Difference between class#getinstance() and new operator ?
Can we have multiple classes in a single file?
What is the memory leak in java?
What is stack example?
What are the three parts of a lambda expression? What is the type of lambda expression?
What is floor math?
Is null a keyword in java?
Which is better arraylist or vector?