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


Please Help Members By Posting Answers For Below Questions

What are the benefits of stored procedures?

530


What is nested table in pl sql?

551


what is data integrity? : Sql dba

591


How many commands are there in sql?

545


What is crud stand for?

564






What is difference between function and trigger?

546


Is it possible to update views?

533


Is sql pronounced sequel or sql?

736


What is the basic structure of an sql?

569


What is number function in sql?

525


- Types of triggers - View - Dcl - Procedures, packages, functions - Metasolve - Can use Dcl in triggers - package case study - Cursor and its types - triggers schedule - Wrap - Why we are using fetch and for in cursor. difference?

1384


How do you clear the screen in sql?

599


What are functions in sql?

507


in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.

1643


What are the possible values for the boolean data field?

518