What do you do to keep the cursor from closing after a
commit?
Answer / guest
You add the keyword "WITHHOLD" to the declare statement of
the cursor
| Is This Answer Correct ? | 20 Yes | 0 No |
What is rct?
What are delete-connected tables?
How to insert more than one record using insert?
When you are working with the project after coding what will u do? Like what type of documents u will prepare? How will u do testing?
how do we solve soc 7 and soc4 ?
what is check point and restart Logic ? why do we go for that ??
Hi Team, Please tell me, If i don't declare the cursor in the program and i have given open and fetch and close, then what error will get.
How will fetch last 5 rows from table in db2
What is a thread?
What is a db2 cursor?
what is contained in the DB2 node lock file? A) data base names B) data base users names C) license keys D) server names
I have two tables A and B. Both tables are connected with SSN number as foreign key. I want to retrieve a column data from B table. How will you write a query?