Explain what a plan is?
Answers were Sorted based on User's Feedback
Answer / bhavna
A plan is an executable module containing the access path
produced by DB2 optimizer.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / s
An application program cannot run without a plan. A Plan is
created by BIND PLAN, by binding DBRMS, packages or DBRMS
and packages together.
| Is This Answer Correct ? | 1 Yes | 3 No |
What else is there in the PLAN apart from the access path?
How do run the JCL which has 25 steps by skipping the following steps 5, 10,15 and 25 without using COND statement
What if , we failed to mentioed null indicator in sql select query , that may retrieve null value ?
suppose in my table 10 rows are there , i want to update odd rows salary as 90000 ? how u do it ? any one help me ? what do we use here cursor-fetch or normal sql ?
in my table i will update only 100 record among 1000 records i need to display recently updated record'.....can u tell me where those records are stored how can i display those records...?if there is any sql query pls let me know....?
What is Declaration Generator(DCLGEN)?
Is Cursor exicutable ?
Hi , I am posting some interview ques . what is the use of cursors ? what is the diff between select and cursor ? bith are used for data retrival .. rite?
What are catalog tables in db2?
Can we able to find all the Table names under a Particular Plan?
What is cursor in dbms?
What is release/acquire in bind?