I have a table which has thousand of records i want to
fetch only record num 100 to record num 200. Write a query
that satisfies this criteria.(Cant use any keys)
Anyone please reply ASAP!
Answer Posted / sangeeta david
We can make use of Relative record number that is
Select * from Table A where RRN(A) between 100 and 200
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Define db2.
What is the role of schema in the db2 database?
How is the value function used?
What is the use of db2?
Can we update view in db2?
What language is db2 written in?
How do I add a column in db2?
When the like statement is used?
What is a collection in db2?
What is db2 instance?
What are union and union all?
How to compare data between two tables in db2?
What is a db2 table?
What is the difference between cursor stability and repeatable read isolation levels?
What is bufferpool in db2?