I want to fetch the 10th row of a table which has been
changed.How can I do it without going thru all the rows.
Answer Posted / nadeem
Use any one column name and its value of the 10th row to
fetch the 10th..for eg
select * from Table where deptno = 0010(any column name and
its value of 10 row)
| Is This Answer Correct ? | 1 Yes | 5 No |
Post New Answer View All Answers
Is it possible using max on a char column?
What is bufferpool in db2?
Mention data types used in db2 ?
What is the maximum No of rows per page?
Comment whether dclgen is mandatorily used. If not, then what is the point of using it?
What are sqlcodes –803,-805, -811, -818,-904,-911,-913,-101, +100?
What is the function of logging in the db2 database?
Why do we need reorg in db2?
What is deadlock in db2?
How to take backup of table in db2?
Explain the function done by data manager?
What is the use of predicate?
What is precompiler in db2?
What is db2 purescale?
What is db2 and what is the use of db2 optimizer?