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
List out the data types available.
What is difference between rollback and commit?
What are the 2 sqlcodes that are returned?
What is syscat in db2?
Which component is used to execute the sql statements?
How do I delete a table in db2?
Is the primary key a clustered index?
ther r 2 tables OTTABLE & SALTABLE, add the otamt from OTTABLE to empsal of SALTABLE if eid is matched else add the unmatched from OTTABLE to SALTABLE
What is a Foreign Key?
How will you return the number of records in table?
What are db2 tables?
What is the use of db2 optimizer?
What do you mean by storage group (stogroup)?
Explain packages.
What is cobol db2?