how to delete perticular row from table
for ex. how you will delete 3rd row from table
please answer
THANKS IN ADVANCE
Answer Posted / santhu
i think each row we can identify using ROWID . using ROWID
we can delete the row like fallowing
delete from <table_name> where rowid=3
correct me if i am wrong........
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
can all users have the privilage to use the sql statement select * (dml)?
How do I import data from excel to db2?
How would you find out the total number of rows in a db2 table?
How do you find the maximum value in a column in db2?
What is the difference between plan and package in db2?
What is rct?
How do I connect my db2 database to ibm?
What is dbrm library?
What is bufferpool in db2?
How to create db2 table in mainframe?
Name the lockable units in DB2?
What is the maximum size of a char data type in db2?
What is dclgen in db2?
What is drop table?
Is ibm db2 open source?