What else is there in the PLAN apart from the access path?



What else is there in the PLAN apart from the access path?..

Answer / s

The Plan contains the executable SQL code(if DBRMs are
directly bound to the plan) with its access path as well as
the consistency token that will be checked against the
contoken in the load module at execution time.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More DB2 Interview Questions

select distinct(empid),distinct(dept),name from EMP will the above query work?

2 Answers   CTS,


What is the difference between using bind () and rebind () methods of naming class?

0 Answers  


What is rebind in db2?

0 Answers  


Why db2 is called db2?

0 Answers  


How do you find the maximum value in a column in db2?

0 Answers  






How is a typical DB2 batch program executed ?

1 Answers  


What is the difference between spufi and qmf?

0 Answers  


If a table has a column "dept" (declared to have nulls) and there are 10 rows in the table of which 3 have a null value in the dept column, what will select count(*) and select count(distinct dept) return?

6 Answers  


I want to fetch the 10th row of a table which has been changed.How can I do it without going thru all the rows.

5 Answers  


db2 maintains information about the data... a.in tables. b.in a set of tables known as db2 catalog. c.in db2 database. d.none of the above.

1 Answers  


How does the processing of a correlated subquery differ from a non correlated subquery?

1 Answers  


How to retrieve rows from a db2 table in embedded sql?

0 Answers  


Categories