display records from 5 to 9 using rowid or rownum
Answer Posted / hari
select * from (select rownum rm,id from emp where rownum<=9) where rn >=5)
| Is This Answer Correct ? | 4 Yes | 5 No |
Post New Answer View All Answers
What do you understand by pl/sql packages?
what is sql in mysql? : Sql dba
Where not exists in sql?
How can get second highest salary in sql?
What is sqlservr exe?
How do you write an inner join query?
What is the need of a partition key?
Explain the order of sql statement execution?
What is the max nvarchar size?
What is varray in pl sql?
Which data dictionary views have the information on the triggers that are available in the database?
What sql does db2 use?
Explain the uses of a database trigger?
What is minus?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba