When is the skeleton cursor table created?



When is the skeleton cursor table created?..

Answer / s

Skeleton cursor table is created when a new plan is bound.

Is This Answer Correct ?    3 Yes 0 No

Post New Answer

More DB2 Interview Questions

in the CURSOR declare statement, if i am using an where clause and trying to compare the value with a host-varialble. EXEC SQL DECLARE C1 CURSOR FOR SELECT DEPTNO, DEPTNAME, MGRNO FROM DEPARTMENT WHERE ADMRDEPT = :ADM-DEPT Where would i need to provide value to this host-variable in the where clause. how could i pass value to this host-variable to check it.

2 Answers   iGate,


How can we define a table? How can we apply SEARCH ALL on it ?

1 Answers  


What is clone table?

0 Answers  


what is commit & rollback? When and where is used while compiling a cobol-db2 program?

2 Answers  


What is a correlated sub query?

2 Answers  






How to resolve SQL Code -310. The db table feild is declared as Decimal(7,2).

2 Answers   IBM, Infosys,


How to update more then one record using update?

5 Answers   IBM,


I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?

0 Answers   HeadStrong,


I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.

0 Answers  


What happens in bind step in a db2 program?

0 Answers  


What is the purpose of the WHENEVER statement?

1 Answers  


What is coalesce in db2?

0 Answers  


Categories