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 / venkat
select * from table where empno > 100 or ( select * from
table where empno < 200)
Some many ways to write a query for this, this is one way...
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
List out the three types of page locks that can be held.
What is the physical storage length of the data types date, time, and timestamp?
How to check last update on table in db2?
How to create db2 table in mainframe?
What is dbrm? When it will be created?
What is a db2 table?
How do we specify index to include or not during bind process.
Explain in detail about buffer manager and its functionalities?
What is netezza database?
Are views updateable?
what is the responsibility of the construction superintendent
What are the contents of dclgen?
What is check constraint in db2?
What is bufferpool in db2?
What are host variables in db2?