What is the significance of the CURSOR WITH HOLD clause in
a cursor declaration?
Answer Posted / abhisek
As soon as the COMMIT statement is executed in a
program,the cursor gets automatically closed,So we need to
give CURSOR WITH HOLD clause,in order to keep it open after
execution of the COMMIT statement.
| Is This Answer Correct ? | 43 Yes | 2 No |
Post New Answer View All Answers
What is bufferpool in db2?
What is the use of dclgen in db2?
What is a Foreign Key?
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
What is the reason behind not using select * in embedded sql programs?
What is null indicator in cobol db2?
How many types of page locks can be held in db2?
What is db2 plan table?
What is an instance database?
What is copy pending status in db2?
How can you count the number of rows from a table tab?
What is the difference between oracle and db2?
What is netezza database?
Why do we bind in db2?
Explain package in db2 and its advantages?