In my table having 3000 Records. How can I delete the 500th
row? (we don't know what is data inside the table)
Answer Posted / venkata subbaiah
Delete from table where rowid=500;
| Is This Answer Correct ? | 1 Yes | 6 No |
Post New Answer View All Answers
Which is the default, TEST BEFORE or TEST AFTER for a PERFORM statement?
How can we find that module can be called – whether DYNAMICALLY or STATICALLY?
Can a Search can be done on a table with or without Index?
If you are current on the owner of a set, what is the difference between an obtain next and obtain first? Actually in which topic will we use dis???Plz explain it clearly
How are the next sentence and continue different from each other?
In COBOL programming, what is PERFORM? What is VARYING?
How many sections are there in data division in COBOL?
explain sorting techniques in cobol program?
What is redefines clause in COBOL?
Define static linking and dynamic linking.
Explain the configuration section of a cobol program with examples of syntax.
Can we redefine the field of x(200) to less than 200?
Mention the guidelines to write a structured cobol program?
Explain what you understand by passing by value.
In COBOL, what is the different between index and subscript?