Interview Questions

What is EXPLAIN?

DB2 INTERVIEW QUESTIONS


(Continued from previous question...)

What is EXPLAIN?

EXPLAIN is used to display the access path as determined by the optimizer for a SQL statement. It can be used in SPUFI (for single SQL statement ) or in BIND step (for embedded SQL ).

(Continued on next question...)

Other Interview Questions