i have a table like this :
Name ADDRESS
Toto 123 ...
Toto 456
ToTo 678
I would like to delete 2 last row...please tell me how to
delete its
Answer Posted / siri
DELETE FROM TABLE WHERE ADDRESS IN('456','678')
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Explain the function done by data manager?
What is coalesce in db2?
How can we retrieve the total number of records in RPG & CLLE?
How to execute stored procedures?
What parameters are used to control the free space in DB2?
What is explain plan in db2?
When a COBOL-DB2 program in PRODUCTION is updating main tables and gone for long run, what have to do?
What is query_cache_limit?
What are the 2 sqlcodes that are returned?
Explain how can you do the explain of a dynamic sql statement?
Highlight all the advantages that are attached to a package.
Which components manage deadlocks in db2?
How does db2 sample database connect?
What is cursor in dbms?
What is syscat in db2?