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 difference between inner join and cross join?
difference between anonymous blocks and sub-programs.
What is trigger in pl sql with examples?
What plvcmt and plvrb does in pl/sql?
How do I create a memory optimized filegroup?
Can I learn sql in a week?
How many rows can sqlite handle?
How to use sql*plus built-in timers?
what are the different type of sql's statements ? : Sql dba
What do you know by pl/sql cursors?
Is it possible to remove child records without removing master table records...the two having pk,fk relationship?
Which software is used for pl sql programming?
how to load data files into tables with 'mysqlimport'? : Sql dba
Does oracle use sql?
Does truncate release storage space?