How to update more then one record using update?
Answer Posted / selvam a
Update a table using a symbolic cursor:
UPDATE WHERE CURRENT OF limits the scope of DB2 updates to
one row at a time, specifically the row your cursor is
positioned on.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can we update view in db2?
Which components manage deadlocks in db2?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
Explain various types of locks in db2?
How can the duplicate values be eliminated from db2 select?
What is phantom read in db2?
What is precompiler in db2?
When do you specify the isolation level?
What is dbrm?
How connect db2 database to datastage?
What is null value in db2?
How do I add a column to a table in db2?
What is a db2 tablespace?
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
How do I delete a table in database?