A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / nayana
select * from emp where rownum<121
minus(select * from emp where rownum<100)
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Can we create a trigger on view?
What are two statement types in sql?
Why triggers are used?
What is sqlite used for?
What does desc stand for?
How does postgresql compare to mysql?
How many types of literals are available in pl sql?
how to return query output in html format? : Sql dba
What is primary key and foreign key with example?
What are character functions in sql?
What is a primary key sql?
How do I turn a list into a table?
What is a database trigger?
What are expressions?
Can procedure in package be overloaded?