A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / subhradeep
select * from employees where rownum<102
minus(select * from employees where rownum<81)
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
How many times can we commit in a loop?
What are the built in functions of sql?
Enlist the advantages of sql.
How to Declare Fixed Length String Value In PL SQL
What is sql mysql pl sql oracle?
Is null operator in sql?
If i can use sys.check_constraints to display my constraints from my database using sql server 2005, how can i display then if i am using sql server 2000????
How do I view a sql trace file?
What does select top 1 do in sql?
What is use of package in pl sql?
How to avoid duplicate records in a query?
Why do we use procedures in pl sql?
What are conditional predicates?
Does truncate release storage space?
what is offset-fetch filter in tsql? : Transact sql