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 / ajay
we need to know atleast 1 column data, else we can not delete data from table.
Is This Answer Correct ? | 2 Yes | 4 No |
Post New Answer View All Answers
What are types of indexes?
What is null indicator in db2?
What is bind in db2?
Mention data types used in db2 ?
What is buffer pool?
Explain about cursor stability?
What is the purpose of rollback and commit?
What is the difference between spufi and qmf?
I understand Join always perform better than subqueries. Then what is the advantage/use of Subqueries/correlated subqueries etc.,in DB2 programming.Please explain.
What is the default page size of buffer pools?
What is difference between isnull and coalesce?
What do you mean by between and in? Is between inclusive of specified range values?
i tried to copy some records from microsoft excel to as-400 physical file through "Bosanova" emulation. Out of 14000 records only 12000 records copies and subsequently programe started to hang. Then, i closed the program forcefully. I did' under stand the problem. Also when i try to compile the physical file it is showing as "The file in use". How to overcome this problem?
Explain about open switch business continuity software?
I have a subprogram B calling from mainprogram A.I have opened a cursor in A ,Can i fetch the same cursor in subprogram B , If yes , Please explain the reason?