Interview Questions

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 hard-coded in a program when the programmer knows the statements to be executed.
For dynamic SQL the program must dynamically allocate memory to receive the query results.

(Continued on next question...)

Other Interview Questions