|
What is the difference between static and dynamic SQL?
COBOL SQL Interview Questions
(Continued from previous question...)
What is the difference between static and dynamic SQL?
Static SQL is compiled and optimized prior to its execution; dynamic is compiled and optimized during execution.
(Continued on next question...)
Other Interview Questions
|