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 does varchar include?
what are the t string functions available in tsql? : Transact sql
What does where 1/2 mean in sql?
What is meant by temporal data?
how can we destroy the session, how can we unset the variable of a session? : Sql dba
What is the difference between the repeatable read and serializable isolation levels? : Transact sql
What is a mutating table and a constraining table?
How do I copy a table in sql?
What is keys and its types?
What are the operators used in select statements?
how to see the create table statement of an existing table? : Sql dba
Can we create table inside stored procedure?
What is the sql*loader? : aql loader
What is pl sql collection?
Which is better join or subquery?