A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / sravan
select * from emp where rownum<151
minus(select * from emp where rownum<121)
| Is This Answer Correct ? | 13 Yes | 14 No |
Post New Answer View All Answers
what is the difference between rownum pseudo column and row_number() function? : Sql dba
What are sql constraints?
What is the difference between row level and statement level trigger?
How does postgresql compare to "nosql"?
Can I call a procedure inside a function?
How many types of privileges are available in sql?
What do you mean by query optimization?
what is a view? : Sql dba
what is cursor. write example of it. What are the attributes of cursor.
What can sql server reporting services do?
What are instead of triggers?
When is the update_statistics command used?
What are types of indexes in sql?
Define concurrency control. : Transact sql
What is the use of triggers?