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
File not opened because library is *PROD and debug is UPDPROD(*NO). ? what may be the reason? how to solve it..?
Give the name of some fields form sqlca.
In case if at some point of time db2 is down, would that impact the pre-compilation process of a db2-cobol program?
What is the syntax for creating a table in the db2 database?
What is drop table?
Define data page.
What is schema in db2?
What is runstats and reorg in db2?
What is difference between alias and synonym in db2?
On which levels locks can be applied?
When reorg is used?
What is the maximum number of columns in a db2 table?
What is access path in db2?
Explain what are the various isolation levels possible?
What is declare cursor?