What is a PLAN table? How will you use it? Give the various
fields of PLAN table?



What is a PLAN table? How will you use it? Give the various fields of PLAN table?..

Answer / sneha

Plan is an access path for your program to access the DB2 table. During precompilation process, the SQL queries are converted into executable statements and stored in DBRM (Database Request Module). This DBRM will have a consistency token. During the bind step, this DBRM will be read and a plan will be produced. Few important parameters we include in Bind job is ISOLATION LEVEL ( how one transaction needs to be separated from another transaction which does some data modification on the table), QUALIFIER etc.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More DB2 Interview Questions

what is the use of cursors?

3 Answers   iGate,


what is diffrence b/w file-aid tool and file-aid utility???

1 Answers  


How many databases can be created inside an instance in db2 ?

0 Answers   MCN Solutions,


For Read Stability locks are not applicable for phantoms, What is Phantoms?

2 Answers  


Mention data types used in db2 ?

0 Answers  






What are some characteristics of columns that benefit from indexes?

1 Answers  


why we create view.

5 Answers  


What is a root page?

1 Answers  


File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?

0 Answers   Infosys,


What is the SQL Communications Area and what are some of its key fields?

1 Answers  


What is IMAGECOPY ?

6 Answers  


Which DB2 catalog tables are used to produce a list of table column by table for all tables in a database?

1 Answers  


Categories