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 normalization in a database?
How to write html code in pl sql?
Can variables be used in sql statements?
what is a constraint? Tell me about its various levels. : Sql dba
If a cursor is open, how can we find in a pl/sql block?
Why do we use procedures in sql?
how to escape special characters in sql statements? : Sql dba
What is asqueryable?
What is a sql profiler?
Why do we need unique key in a table?
what does it mean to have quoted_identifier on? : Sql dba
What are user defined functions?
Explain scalar functions in sql?
How do you create an update query?
What is sql constant?