how to find 5th row ?

Answer Posted / swastik

SELECT * FROM
          (
           SELECT ROWNUM Rn, E1.*
           FROM Emp
           )
WHERE RN = 5
/

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

what is the difference between rownum pseudo column and row_number() function? : Sql dba

620


How many types of privileges are available in sql?

739


What is graph sql?

528


Can we delete column in sql?

563


What is out parameter used for eventhough return statement can also be used in pl/sql?

588






What is materialized view. What are different methods of refresh?

785


what is sql in mysql? : Sql dba

571


what are date and time data types? : Sql dba

540


How to disable a trigger name update_salary?

678


what are different types of keys in sql?

608


Can you join views in sql?

544


Which version of sql do I have?

566


Why partition by is used in sql?

557


Where do we use pl sql?

555


What's the difference between a primary key and a clustered index?

519