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 is a tablespace? : Sql dba
Mention what problem one might face while writing log information to a data-base table in pl/sql?
What program will open a mdb file?
What is data profiling in sql?
What is indexing oracle sql?
What is difference between cursor and trigger?
Can we use ddl commands in pl sql?
What is an invalid partition table?
What are different methods to trace the pl/sql code?
What makes a good primary key?
Does sql*plus also have a pl/sql engine?
Which are the different types of indexes in sql?
What is a parameter query?
If a cursor is open, how can we find in a pl/sql block?
Does view store data in sql?