how to delete perticular row from table
for ex. how you will delete 3rd row from table
please answer
THANKS IN ADVANCE
Answer Posted / shiva
delete from table where rowcount=3;
| Is This Answer Correct ? | 1 Yes | 9 No |
Post New Answer View All Answers
Which command is used to connect to a database in DB2 ? Give the Syntax.
Explain about rct in db2?
Can we delete records from view?
What is cobol db2?
How does coalesce work?
How to get the ddl of a table in db2?
Is schema the same as database?
How do I add a column to a table in db2?
What is nvl in db2?
Is db2 free?
What does db2 mean?
How to access db2 tables in mainframe?
What is a db2 table?
have 3 tables table1, table2 and table3 which contains employee information. table1 is master table, table2 contains emp details like emp no and so on, table 3 contains emp salary. so if any emp leave company between 25th - 30th of every month it has to get updated in tables. but it is not getting updated. What is the reason.
Name the lockable units in DB2?