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
tell us something about heap tables. : Sql dba
How do I install microsoft sql?
What is coalesce sql?
What is a full join sql?
What are the types of optimization?
How we can create a table in pl/sql block. Insert records into it? Is it possible by some procedure or function? Please give example?
What is pl/sql table? Why it is used?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
What are different functions in sql?
How to convert comma separated string to array in pl/sql?
what does the t-sql command ident_current does? : Transact sql
What is cold data?
what are null values? : Sql dba
What is a sql driver?
what is the difference between char_length and length? : Sql dba