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
What is the use of reorg in db2?
What is the physical storage length of time data type?
How can we read records for specific member in CL? AND rpg?
Define db2 and its databases?
How to create backup table in db2?
What is ibm db2 used for?
How to connect to db2 database from windows command line?
Explain about mirror activator disk mirroring?
Define predicate?
What is an instance 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
How to find primary key of a table in db2?
What is the syntax for seeing the columns and data types of a table in the db2 database?
How do I import a csv file into db2?
What is the advantage in De-normalizing tables in DB2?