how to delete perticular row from table
for ex. how you will delete 3rd row from table
please answer
THANKS IN ADVANCE
Answer Posted / krishna
Delete from TAb1
Where Rowcount(*)=3
i hope this is Correct
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are concurrency issues?
What is the use of value function?
What is db2? Explain.
What are packages in db2?
What is bind plan?
What does db2 mean?
What is the maximum size of a char data type in db2?
What is an instance database?
Explain about dbrm.
Define db2.
Mention the different locking levels that are available in db2.
What is check constraint in db2?
How many databases can be created inside an instance in db2 ?
What is a page in db2?
run jcl for cobol+db2 pgm?.. //jobcard //step001 exec pgm=ikjeft01 //systin dd * DSNSYSTEM(--------) RUN PROGRAM(MYPGMNAME) PLAN(-----), LIB(-------), PARMS(------) /* WHAT WILL U GIVE INSIDE THE BRACKETS... WHAT IS PLAN,PACKAGE,BIND?..PLAN N PACAKGES ARE GENERATED BY ?...