When is the results table for the query in a DECLARE CURSOR
statement created?
Answer Posted / mehdee
It is not OPEN CURSOR is executed, it is the 1st FETCH.
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Outputs of explain are with matchcols = 0. What does this signify?
Define predicate?
What is catalog database in db2?
What is the use of reorg in db2?
Is it possible to alter a table – for example adding a column, when another user is accessing or updating some columns?
What is db2 and what is the use of db2 optimizer?
What is a Foreign Key?
How is deadlock resolved?
How to find the number of rows in a db2 table?
What are the benefits of using the db2 database?
Name the lockable units in DB2?
What is reorg?
How do I import data from excel to db2?
What is alias in db2?
How can we retrieve the total number of records in RPG & CLLE?