Interview Questions

What is a DBRM, PLAN ?

DB2 INTERVIEW QUESTIONS


(Continued from previous question...)

What is a DBRM, PLAN ?

DBRM: DataBase Request Module, has the SQL statements extracted from the host language program by the pre-compiler.
PLAN: A result of the BIND process. It has the executable code for the SQL statements in the DBRM.

(Continued on next question...)

Other Interview Questions