A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / srinivas
select * from(select <table_name>.*,rownum rn from <Table_name>) where rn between 100 and 120
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is primary key secondary key alternate key candidate key?
What is clustered index in sql?
How do you bind variables in pl sql?
What are the two types of exceptions.
What is the difference between having and a where in sql?
Is it possible to link two groups inside a cross products after the cross products group has been created?
how to use like conditions? : Sql dba
What is a natural join sql?
What problem one might face while writing log information to a data-base table in pl/sql?
What is a sql schema used for?
Is t sql a programming language?
What is scalar and vector?
What is a primary key example?
What are the qualities of 2nf?
What is before trigger?