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 / kumar
try this one.....
select * from emp where count(*) > 100 and count (*) < 200;
| Is This Answer Correct ? | 3 Yes | 16 No |
Post New Answer View All Answers
What is the physical storage length of the data types: date, time, timestamp in the db2 database?
How do I copy a table in db2?
Can you use max on a char column?
Is db2 a mainframe database?
What is db2 connect?
Mention the length of physical storage of the given data types of db2 – date, timestamp, time
Explain various types of locks in db2?
Which component is responsible for db2 startup and shutdown?
What is runstats utility in db2?
How do you pull up a query which was previously saved in qmf?
What is db2 optimizer?
What is db2 and what is the use of db2 optimizer?
Explain the contention situations caused by locks?
What is the role of the data page in the db2 database?
What is the difference between nvl and coalesce?