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
What is crud stand for?
When is a declare statement required?
Are subqueries better than joins?
what is transaction? : Sql dba
what is the difference between a local and a global temporary table? : Sql dba
Can we use views in stored procedure?
How do I tune a sql query?
Are stored procedures compiled?
What is nvl?
What is java sql drivermanager?
What is procedure function?
What is the usage of distinct keyword?
What is sql and its types?
What is a natural join sql?
What is serial sql?