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 / vijay reddy
select * from (select * from emp ) where rownum>=1 and rownum<5
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Name the various locking levels available?
SQLCODE = -199, ERROR: ILLEGAL USE OF KEYWORD CHAR, TOKEN KEY was expected
Define predicate?
Which isolation level provides highest data integrity?
What is runstats utility in db2?
How can you count the number of rows from a table tab?
What is host variable?
What is cloudant database?
What is schema in db2?
How do we specify index to include or not during bind process.
What is the maximum length of sqlca?
Define data page.
What is package in db2 mainframe?
Define buffer pool.
What is role in db2?