A table has 150 records. How do you retrieve 100th row to
120th row from that table ?
Answer Posted / mohan
select * from table_name where rownum between 100 and 120;
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
what is the difference between sql and t-sql? : Transact sql
How to set up sql*plus output format in oracle?
Is time a data type in sql?
what is clause? : Sql dba
What is sql stand for?
What is an oracle stored procedure?
How can we debug in PL/SQL?
What is example of database?
Explain the working of foreign key?
what is normalization? : Sql dba
Explain the purpose of %type and %rowtype data types?
Why are indexes and views important to an organization?
Why do we use subquery?
Is vs as in pl sql?
Is there a way to automate sql execution from the command-line, batch job or shell script?