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 / vijay reddy
select * from (select * from emp ) where rownum>=1 and rownum<5
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
DB2 can implement a join in three ways using a merge join, a nested join or a hybrid join. Explain the differences?
What is precompiler in db2?
Mention the way of highlighting as well as putting a cursor to use in a cobol program.
Hi, i would like to start a new carrier in DB2 DBA.Which and what all step should i have to take..?
How to create db2 table in mainframe?
Differentiate between cs and rr isolation levels? Where do you specify them?
How to take backup of table in db2?
What os does db2 run on?
Which isolation level provides highest data integrity?
Mention data types used in db2 ?
What is role in db2?
What is the role of schema in the db2 database?
How to check table size in db2 sap?
What is copy pending status in db2?
What is consistency token in db2?