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 are tables and fields in the database?
what are the 'mysql' command line options? : Sql dba
Are stored procedures compiled?
What is join view in sql?
How do you pronounce sql?
What does data normalization mean?
What is Collation Sensitivity ? What are the various type ?
What is difference between mysql and postgresql?
What are the operators in sql?
Write a sql query to get the third highest salary of an employee from employee_table?
What is relationship? How many types of relationship are there?
how many tables will create when we create table, what are they? : Sql dba
Is microsoft sql free?
What is a join query?
describe mysql connection using mysql binary. : Sql dba