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 normalisation in sql?
what is the syntax used for partition in tsql? : Transact sql
What is dbo in sql?
What is sqlca in db2?
How does postgresql compare to oracle/db2/ms sql server/informix?
Why do we go for stored procedures?
What can sql server reporting services do?
How to Declare Fixed Length String Value In PL SQL
How many scalar data types are supported in pl/sql?
What is the difference between instead of trigger and after trigger?
What are the key differences between SQL and PL SQL?
Is not equal in sql?
What is varchar sql?
What do you mean by stored procedures?
What does plv msg allows you to do?