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
How does a self join work?
Advantages and disadvantages of stored procedure?
How can you tell the difference between an index and a view?
What is the difference between having and a where in sql?
What are sql triggers used for?
What is the difference between sql, mysql and sql server?
What is sql deadlock?
What is sqlite used for?
How many sectors are in a partition?
How do you optimize a stored procedure in sql?
how many triggers are allowed in mysql table? : Sql dba
What is the difference between jpql and sql?
Can we call stored procedure in function?
What is the main difference between sql and pl/sql?
What is sql constant?