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 / raghu
delete count(*) = 7 from tbname
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How can you do the explain of a dynamic sql statement?
What is a bind card?
What is innodb buffer pool?
define clustering index.
Explain the function done by data manager?
What parameters are used to control the free space in DB2?
what is db2 restart?
What is table space in db2?
What does reorg do in db2?
What is the result of open cursor statement?
What is scrollable cursor in db2?
What is the difference between dbm cfg and db cfg file in db2 ?
Explain the contents that are a part of dclgen.
Is it possible to create an Instance in DB2 using DB2 Control Center ?
What is cursor with hold option in db2?