A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / swapna
select * from emp where rownum<121
minus (select * from empwhere rownum<100);
| Is This Answer Correct ? | 11 Yes | 6 No |
Post New Answer View All Answers
What is sql used for?
How do you break a loop in pl sql?
What can sql server reporting services do?
differentiate between float and double. : Sql dba
What is crud stand for?
Can a key be both primary and foreign?
How subquery works in sql?
Is sql workbench free?
What are the subsets of sql?
What is the difference between microsoft access and sql?
Can you rollback after commit?
How to fetch values from testtable1 that are not in testtable2 without using not keyword?
What is the use of count (*) in sql?
Differentiate between sga and pga.
Do we need to create index on primary key?