DBA > Job Interview Questions > COBOL SQL Interview Questions

What is the difference between static and dynami

More DBA job interview questions and answers at http://dba.fyicenter.com/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 Job Interview Questions