display records from 5 to 9 using rowid or rownum
Answer Posted / chiru
select * from (select rownum r ,a.* from emp a ) where r between 5 and 9
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
Can you sum a count in sql?
What version is sql?
Can a table contain multiple primary key’s?
What is the purpose of normalization?
Write a sql query to get the third highest salary of an employee from employee_table?
Which table is left in join?
Explain clause in sql?
How bulk collect improves performance?
How to call shell script from pl sql procedure?
How to select all records from the table?
How do I find duplicates in a single column in sql?
Is left join faster than inner join?
What is the most important ddl statements in sql are?
What is pl sql in oracle?
What are the two virtual tables available at the time of database trigger execution?