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 a temporal data type?
How do you write an index?
What is mutating error?
what are the system privileges that are required by a schema owner (user) to create a trigger on a table?
How do you sort in sql?
What is record data type?
Why we use cross join?
Define select, insert, create, delete, update, drop keywords
What is pl sql block in dbms?
What are the qualities of 2nf?
Can function return multiple values in sql?
What are the types of triggers in sql?
what does the t-sql command ident_incr does? : Transact sql
What is the example of procedure?
Does google use sql?