DBA > Job Interview Questions > DB2 INTERVIEW QUESTIONS

What is a DBRM, PLAN ?

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