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


Please Help Members By Posting Answers For Below Questions

What is an instance in db2?

563


What is rct?

751


How can we retrieve the total number of records in RPG & CLLE?

194


What is the physical storage length of time data type?

673


What is performance tuning db2?

618






What is database reorganization?

588


How to check last update on table in db2?

628


Mention the location where the output received from explain statement is stored.

628


What is a bind card?

679


What is table space in db2?

580


what is db2 restart?

1691


What do you mean by commit and rollback?

592


Who uses db2?

573


How to check table size in db2 sap?

577


What is db2 catalog database?

582