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 are string functions in sql?
what is the difference between char and varchar data types? : Sql dba
What are functions in sql?
How many joins can you have in sql?
Are views faster than queries?
How to get each name only once from an employee table?
define join and explain different type of joins? : Sql dba
Does sql*plus also have a pl/sql engine?
How do I create a memory optimized filegroup?
Can we use update in sql function?
How many developers work on postgresql?
What is pivot table in sql?
Why having clause is used in sql?
What is a trigger word?
What is the maximum number of rows in sql table?