A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / subhradeep
select * from employees where rownum<102
minus(select * from employees where rownum<81)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Does sql*plus have a pl/sql engine?
What is nested table in pl sql?
What is number function in sql?
What is blind sql injection?
what is 'mysqlimport'? : Sql dba
What are the different types of functions in sql?
How to Declare Fixed Length String Value In PL SQL
What does select top 1 do in sql?
How to write pl sql program in mysql command prompt?
What is the difference between subquery and correlated query?
How to display Row Number with Records in Oracle SQL Plus?
Mention what problem one might face while writing log information to a data-base table in pl/sql?
When should I use nosql database?
What are predefined functions in sql?
What is auto increment?