A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / manjunath
select level from dual connect by level<=150
minus select from dual connect by level<=120;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How do I quit sql?
What are the different types of tables in sql?
What are the subsets of sql?
how do you control the max size of a heap table? : Sql dba
What is pivot in sql?
What is memory optimized table?
What is parameter substitution in sql?
What is sql constant?
What's the procedure?
How does sql store data?
How do you update a sql procedure?
Is sql better than access?
How do you use a while loop in pl sql?
Can we join two tables without common column?
Why is partition used in sql?