What is a DBRM, PLAN ?
Answers were Sorted based on User's Feedback
Answer / mehdee
The above answer is right, but the 2nd part should change
to: PLAN is an executable module containing the access path
logic to one or more DBRMs and packages.
| Is This Answer Correct ? | 13 Yes | 2 No |
Answer / kundan kumar
DBRM :-database request module(DBRM) , they are created after the
pre-compilation is performed. It contains parsed SQL statements.
PLAN :- PLAN is an executable module containing the access path
logic to one or more DBRMs and packages created after bind process .
| Is This Answer Correct ? | 0 Yes | 0 No |
Compare a subselect to a join?
In cobol+DB2program if the code of cobol program has changed than i have to do precompilation once again?
What is the purpose of coding FETCH in a SQL SELECT query? Explain with an example in Detail?
what is the difference between normal select query and currosor
What are the three DB2 date and time data types and their associated functions?
how can u understand the end of the table ?
what is the difference between join and union?
What is the usage of open cursor command?
Which command is used to connect to a database in DB2 ? Give the Syntax.
Mention the location where the output received from explain statement is stored.
What is the maximum No of rows per page?
Is ibm db2 open source?