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 do you think about pl/sql?

699


what is the difference between nested subquery and correlated subquery?

739


How to start oracle sql developer?

749


What is difference between nchar and nvarchar?

691


How do you exit in sql?

815






Can 2 queries be executed simultaneously in a distributed database system?

853


what are the different type of normalization? : Sql dba

758


how to rename an existing column in a table? : Sql dba

691


How do sql databases work?

703


What is clustered index sql?

696


Can we have two clustered index on a table?

756


what is column? : Sql dba

739


what is commit? : Sql dba

811


how to drop an existing index in mysql? : Sql dba

714


what is a primary key? : Sql dba

741