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 pl sql record in oracle?
What do you mean by “trigger” in sql?
What is trigger and stored procedure in sql?
What is exception? What are the types of exceptions?
What are the benefits of stored procedures?
Explain the components of sql?
What is varchar sql?
How do you copy a table in sql?
what is sp_pkeys? : Transact sql
Is sqlite good enough for production?
How to fetch alternate records from a table?
What is recursive join in sql?
how can you see all indexes defined for a table? : Sql dba
What does where 1/2 mean in sql?
What do you mean by stored procedures? How do we use it?