What is the significance of the CURSOR WITH HOLD clause in
a cursor declaration?
Answer Posted / ss
To remain cursor open after commit statement execution
| Is This Answer Correct ? | 33 Yes | 0 No |
Post New Answer View All Answers
How can deadlocks be resolved?
What is netezza database?
Where can you declare a cursor in a cobol-db2 program?
What is the result of open cursor statement?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
What is a collection in db2?
What is the usage of open cursor command?
How is deadlock resolved?
How would you find out the total number of rows in a db2 table?
What is rct?
What is the reason behind not using select * in embedded sql programs?
What is the clustering index in the db2 database?
How can you classify the locks in db2?
Is db2 a database?
How can we retrieve the total number of records in RPG & CLLE?