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 the requirement of self-join?

546


What are the advantages of pl sql?

607


How do I access sql anywhere database?

500


what is not null constraint? : Sql dba

553


What happens when a trigger is associated to a view?

504






What do you mean by rowid?

539


What is union and union all keyword in sql?

568


How many sql are there?

521


Mention what is the function that is used to transfer a pl/sql table log to a database table?

486


What is meant by cursor in sql?

548


What are the different dcl commands in sql?

565


What is difference between sql and mysql?

537


What does 0 mean in sql?

531


What do you mean by table in sql?

526


What is the difference between delete, truncate and drop command?

553