DBA > Job Interview Questions > DB2 ( IBM Database 2 ) Interview Questions

How do you do the EXPLAIN of a dynamic SQL state

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

How do you do the EXPLAIN of a dynamic SQL statement ?

There are two methods to achieve this:
1. Use SPUFI or QMF to EXPLAIN the dynamic SQL statement
2.Include EXPLAIN command in the embedded by dynamic SQL statements

(Continued on next question...)

Other Job Interview Questions