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 use of <> sql?
explain the difference between bool, tinyint and bit. : Sql dba
Explain what is a field in a database and record in a database?
How to run sql commands in sql*plus?
What is the maximum number of rows in sql table?
How do I install sql?
What is a composite primary key?
Why do we use function in pl sql?
What is a native sql query?
What is the maximum size of sqlite database?
How do I get sql certification?
What is sql server and ase?
How do I find duplicates in two columns?
why does the selected column have to be in the group by clause or part of an aggregate function? : Sql dba
What are the types of join in sql?