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
Define sqlca.
How can record locking be achieved in those DB2 versions which do not support it?
Cursors can be declared in both working-storage & procedure division, agreed. But is there any difference? If could you please suggest what is the difference
Before you give the explain statement, what are the prerogatives?
What is the maximum No of rows per page?
What is lock escalation in db2?
can we view the access paths created by dbrm ? how ? thx
What is access path in db2?
What is a system catalog table in db2?
What is an instance database?
What is a page in db2?
Name the lockable units in DB2?
What is the difference between db2 and oracle?
If I have a view which is a join of two or more tables, can this view be updateable?
What are the 2 sqlcodes that are returned?