How to update more then one record using update?
Answer Posted / pratap singh
For this concern you can use or oprator along with where
clause, Example
WHERE DEPT_ID='D110' OR 'D001' OR 'D105'
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is db2 purescale?
Mention some fields that are a part of sqlca.
Can you tell me how can you find out the # of rows updated after an update statement?
What is db2 connect?
What is the use of commit in db2?
How to check last update on table in db2?
What is meant by explain?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
what is the role of the cursor in db2?
What is the physical storage length of the data types date, time, and timestamp?
What is a Foreign Key?
Mention the downsides of page level lock.
What is load replace in db2?
Define db2.
What is the purpose of rollback and commit?