display records from 5 to 9 using rowid or rownum
Answer Posted / vinay shankar
select * from emp
where rownum <=9
minus
select * from emp
where rownum <5
| Is This Answer Correct ? | 31 Yes | 6 No |
Post New Answer View All Answers
What is sql*loader and what is it used for?
Which data type is a composite type?
How do I find duplicates in two columns?
Explain scalar functions in sql?
How can we connect an Android App to an Oracle database and use the PL/SQL procedural code?
Explain the order of sql statement execution?
Can sql function call stored procedure?
What are the types pl/sql code blocks?
How do I view tables in sql developer?
Can we join tables without foreign key?
What are keys in sql?
What are tables and fields?
Does db2 use sql?
What is data profiling in sql?
What are the indexing methods?