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 |
Suppose if I need to update a column, how you do that using cursor?
Explain how can you do the explain of a dynamic sql statement?
What is the maximum length of a column name in DB2? 18 or 30 or anything other than these?
What is a clustering index ?
which is the most efficient tablespace?? a.simple tablespace. b.partitioned tablespace. c.segmented tablespace. d.none of the above. please post answer with the reason.?
What is the difference between plan and package in db2?
In SPUFI suppose you want to select maximum of 1000 rows, but the select returns only 200 rows. What are the 2 SQLCODEs that are returned?
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.
What does an outer join do?
What is an access path?
What is usage pointer in cobol?
What is the syntax for seeing the columns and data types of a table in the db2 database?