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 bufferpool in db2?
What is cobol db2?
What is coalesce in db2?
How do I delete a table in db2?
What is the use of value function?
How to find the maximum value in a column in the db2 database?
What is check constraint in db2?
How can you quickly find out the # of rows updated after an update statement?
What is the advantage in De-normalizing tables in DB2?
What are the bind parameters ibm db2?
For a db2 column that is being defined as decimal (11, 2), discuss the cobol picture clause.
What is multi row fetch in db2?
what are bind concepts in db2 cobol?
Give the name of some fields form sqlca.
Is the primary key a clustered index?