display records from 5 to 9 using rowid or rownum
Answer Posted / ramaraju
select
ename
from
emp
order by ename
offset 4 rows
fetch next 5 rows only;
try this answer oracle 12c introduced offset fetch rows.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the use of pl/sql table?
What is secondary key?
explain the delete statements in sql
How to check if a column is nullable before setting to nullable?
What are the sql aggregate functions?
What is the difference between a procedure and a function?
Which query operators in sql is used for pattern matching?
what are integrity rules?
what is sql server agent? : Sql dba
Explain commit, rollback and savepoint.
What are the types of functions in sql?
What is scope of pl sql developer in future?
What is dba in sql? : SQL DBA
how to escape special characters in sql statements? : Sql dba
What's the procedure?