In my table having 100 Rec. How can I delete the 7th row??
(we don't know what is data inside the table)
Answer Posted / giri reddy
use cursor to find out the primary key column value in that
row, then delete tha row using the primary key
| Is This Answer Correct ? | 1 Yes | 1 No |
Post New Answer View All Answers
What is plan in cobol db2?
What is difference between isnull and coalesce?
What is the difference between plan and package in db2?
What are the contents of a dclmgen?
Explain the function of data manager.
What is bind in db2?
How do you pull up a query which was previously saved in qmf?
What is database alias db2?
What is a bind in db2?
What do you mean by cursor?
Following a db2 update statement, what is the quickest way to compute the total number of updated rows?
what is db2 restart?
What is consistency token in db2?
Can we insert update delete in view?
How to fetch the last row from the table in SQL (db2)?