A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / laks
select * from emp where rownum<121
minus(select * from emp where rownum<101)
Is This Answer Correct ? | 34 Yes | 4 No |
Post New Answer View All Answers
What is the non-clustered index in sql?
How can we implement rollback or commit statement in a trigger?
What are different types of sql?
How do I quit sql?
What is a schema? How is it useful in sql servers?
What do you mean by stored procedures?
What is the difference between count 1 and count (*) in a sql query?
what are the limitations of identity column? : Transact sql
What is rownum and rowid?
What are the events on which a database trigger can be based?
Give the order of sql select?
How do you update a value in sql?
Mention what is the use of function "module procedure" in pl/sql?
how do you know the version of your mysql server? : Sql dba
How delete all data from all tables in sql?