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
What is cobol?
input= ,,,, mainframe training ,,, hyderabad .... location.... output1=$ mainframe training in hyderabad location$ output2=**** mainframe training in hyderabad location ****. In this pgn when we give input considering the spaces the output is displayed in this format.Like in the place of ,,,, $ should be displayed likewise.So please helpmeout.
What are the rules of the move verb?
How do we get current date from system with century in COBOL?
Which is not true about evaluate statement
What are the different rules of SORT operation?
Is it possible that the redefines clause has different picture clauses compared to the one it redefined?
What is the difference between Structured COBOL Programming and Object Oriented COBOL programming?
What is amode(24)?
What is the difference between Global and External Variables?
What are all the divisions of a COBOL program?
What is the difference between a binary search and a sequential search what are the pertinent cobol?
Explain the configuration section of a cobol program with examples of syntax.
How to know whether the module is dynamical or statistical?
how do you reference the rrds file formats from cobol programs