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
Can you tell me how can you find out the # of rows updated after an update statement?
What is the meaning concurrency in the db2 database?
What is package in cobol db2?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What is difference between isnull and coalesce?
What is cursor in dbms?
What is null in db2?
What is the connection string to connect to the DB2 Database ?
How to execute stored procedure in db2 command editor?
While unloading huge amount of data from table. Suddenly job failed some error. Imagine 1M data unloading, In that 90% data unloaded only 10% left, So if want to unload the rest 10% what needs to be done? Whether do i need to start from top or anything ?
Highlight all the advantages that are attached to a package.
What is isolation level in db2?
What is check constraint in db2?
What are the rules for db2 programming?
How do I delete a table in database?