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 ? | 3 Yes | 1 No |
Post New Answer View All Answers
Can a private method be declared as static?
explain autoboxing in java?
What is a nested list?
What is a parameter in a function?
What is anagram in java?
What is formatted output?
What are the super most classes for all the streams?
Explain, java is compatible with all servers but not all browsers?
What is an infinite loop? How infinite loop is declared?
Is there any tag in htm to upload and download files?
What is broken and continue statement?
What happens if constructor is private?
Can we have multiple classes in a single file?
What is the static variable?
What is difference between == equals () and compareto () method?