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 / vikatakavi08
select * from emp where rownum<=100 and rownum>=200;
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is cursor with hold option in db2?
What is the reason behind not using select * in embedded sql programs?
If the cursor is kept open followed the issuing of commit, what is the procedure to leave the cursor that way?
Can you use max on a char column?
What os does db2 run on?
Is db2 a programming language?
Explain about cursor stability?
How is the value function used?
How would the varchar column remarks defined?
Which component is responsible for db2 startup and shutdown?
What are union and union all?
What are the bind parameters ibm db2?
How to check table size in db2 sap?
What is host variable in db2 cobol?
Differentiate between cs and rr isolation levels? Where do you specify them?