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.

Related questions

0 votes
asked Dec 21, 2022 in HDFS by Robin
0 votes
asked Oct 12, 2021 in Python by rajeshsharma
...