What is a DBRM, PLAN ?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

SET is the ANSI standard for variable assignment, SELECT is not. SET can only assign one variable at a time, SELECT can make multiple assignments at once. If assigning from a query, SET can only assign a scalar value. If the query returns multiple values/rows then SET will raise an error. SELECT will assign one of the values to the variable and hide the fact that multiple values were returned (so you'd likely never know why something was going wrong elsewhere - have fun troubleshooting that one) When assigning from a query if there is no value returned then SET will assign NULL, where SELECT will not make the assignment at all (so the variable will not be changed from it's previous value) As far as speed differences - there are no direct differences between SET and SELECT. However SELECT's ability to make multiple assignments in one shot does give it a slight speed advantage over SET.

2164


ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE

1608


How do you eliminate duplicate values in db2?

698


Define declaration generator (dclgen).

674


Mention the downsides of page level lock.

721






What r the comman abends in db2, jcl and cobol???????

1828


What is database reorganization?

599


How do you stop a db2 database in linux?

578


What is blu acceleration in db2?

617


What is the maximum size of varchar data type in db2?

649


Comment whether the cursor is closed during commit or not.

686


What is the physical storage length of the data types date, time, and timestamp?

629


What is the difference between nvl and coalesce?

610


What is dbrm? What it contains?

690


How can the firstname and the lastname from the emp table be concatenated to generate complete names?

758