how to delete perticular row from table
for ex. how you will delete 3rd row from table
please answer
THANKS IN ADVANCE
Answer Posted / krishna
Delete from TAb1
Where Rowcount(*)=3
i hope this is Correct
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
How can the firstname and the lastname from the emp table be concatenated to generate complete names?
What is rct?
Name the lockable units in DB2?
If anyone has IBM Certification Dumps pls forward to me & also let me know what are the Certification Codes that are available in DB2
Comment whether the cursor is closed during commit or not.
How many databases can be created inside an instance in db2 ?
List down the data types in the db2 database.
by using cursors , we can access particular records from the table based on some condition, i want to delete those selected records, how can we write a query for this in the program?
What is db2 instance?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?
What do you mean by commit and rollback?
What is db2 purescale?
How to access db2 tables in mainframe?
What is dbrm library?
what is the role of the cursor in db2?