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 sql constraints?
what is bcp? When is it used?
What is recursive join in sql?
Can we insert data into materialized view?
What is null in pl/sql?
what are the different type of normalization? : Sql dba
Can we create table in function?
What is normalisation in sql?
Does pl/sql support create command?
What is the best free sql database?
What is database white box testing and black box testing?
Why is the cursor important?
Is sql free?
How do you clear the screen in sql?
Is sql considered coding?