A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / intelligent
select * from emp where rownum>101 and rownum<121
| Is This Answer Correct ? | 2 Yes | 18 No |
Post New Answer View All Answers
What is difference between pls_integer and integer?
How to avoid duplicate records in a query?
Is pl sql a programming language?
what are the differences between char and varchar? : Sql dba
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
What are the different datatypes available in PL/SQL?
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
What is sql lookup?
Why is sql better than hql?
Do we need to create index on primary key?
what is the difference between sql and t-sql? : Transact sql
What are the two different parts of the pl/sql packages?
What is trigger explain with example?
Explian rowid, rownum?
what are enums used for in mysql? : Sql dba