how to find 5th row ?

Answer Posted / subhani

some of above have used corelated subqueries but it is not
recommonded to use.
best way is
select * from emp where rownum<=5
minus
select * from emp where rownum<5;

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is application trigger?

536


How do you delete duplicates in sql query using rowid?

533


How do I know if I have sql express or standard?

594


Are there any features that are decommissioned in 11g that are not present in 11g?

1590


What is number function in sql?

525






Can you selectively load only those records that you need? : aql loader

607


What is crud stand for?

564


what are the authentication modes in sql server? How can it be changed? : Sql dba

699


What is transaction control language (tcl)?

634


How do you update a table in sql?

516


What program will open a mdb file?

494


Is sqlite good enough for production?

530


How many tables can you join in sql?

524


Is clustered index a primary key?

525


How does one use sql*loader to load images, sound clips and documents? : aql loader

668