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
How to create your own reports in sql developer?
State few characteristics of pl/sql?
Is not equal in sql?
How does left join work in sql?
Will truncate release space?
Is pl sql better than sql?
What is sql profiler in oracle?
Why use truncate instead of delete?
What is offset in sql query?
what is myisam? : Sql dba
how can you create an empty table from an existing table? : Sql dba
Which table is left in left join?
how to drop an existing view in mysql? : Sql dba
what is cursor and its type, what is ref cursor write a syntax to pass ref cursor into procedure out fucntion and call the procedure
Explain what is dbms?