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
Differentiate between cs and rr isolation levels? Where do you specify them?
What do you mean by cursor?
Define data page.
How is deadlock resolved?
How do I add a column in db2?
What is null indicator in db2?
What is package in cobol db2?
What types of tables are there in the db2 database?
How to compare data between two tables in db2?
What are the rules for db2 programming?
What is lock escalation in db2?
What is clone table?
How do I import data from excel to db2?
What are the two types of logging in the db2 database? Explain them.
How do you pull up a query which was previously saved in qmf?