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 / saeed
db2 "SELECT EmpNo FROM (SELECT EmpNo, dense_rank() over
(order by EmpNo) RNo FROM office) xyz WHERE RNo >= 100 AND
RNo<=200 "
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is db2 and what is the use of db2 optimizer?
What is the advantage in De-normalizing tables in DB2?
How does a cursor work?
What does db2 stand for?
Explain the contention situations caused by locks?
Explain about open switch business continuity software?
What os does db2 run on?
What is dbrm? What it contains?
Where can you declare a cursor in a cobol-db2 program?
What is the use of predicate?
What do you mean by commit and rollback?
Which command is used to remove all rows from a table?
Explain about rct in db2?
What is iseries database?
How can tablespace be moved to another dasd volume that is allocated for that tablespace?