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 REORG? what is the use?

4 Answers  


What is the difference between IN subselects and EXISTS subselect?

1 Answers   HCL, PreVator, TCS,


What is the difference between cursor stability and repeatable read isolation levels?

0 Answers  


What is meant by explain?

0 Answers  


How connect db2 database to datastage?

0 Answers  






in a table consist of 1000 records among that i was updated 145 record how could i know that ..list of recently updated record's and where could i see those updated record's....pls help me out....

4 Answers   Infosys,


what is Runstats? Whem will u choose to runatats?

1 Answers   Danske,


wht are the restrictions for union ?

2 Answers   CTS,


Why do we need to create an alias if we can directly use the table name? What are the benefits of referring a table name by its alias? Also, when should we go for alias and when for synonyms?

1 Answers  


What is copy pending status in db2?

0 Answers  


What is the self-referencing constraint?

2 Answers  


How can record locking be achieved in those DB2 versions which do not support it?

0 Answers  


Categories