0 votes
in Sql by
What do you understand by DBRM and PLAN?

1 Answer

0 votes
by

DBRM denotes Database Request Module. It has the SQL statements that are extracted from the host language program obtained by the pre-compiler.

PLAN is the result of the BIND process and has executable code for SQL statements in DBRM.

...