how to find 5th row ?

Answer Posted / sunil bisht

Hi Shajin
above answere is perfectly correct.
but i have one more method..


select * from emp where rownum<6 minus select * from emp
where rownum<=4;

Is This Answer Correct ?    22 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference among union, minus and intersect?

632


How to rename a table?

645


how can we know the count/number of elements of an array? : Sql dba

662


How would you reference column values before and after you have inserted and deleted triggers?

705


Why do we use joins?

670






What is trigger in pl sql with examples?

615


Name three sql operations that perform a sort.

680


What is the difference between unique and primary key constraints?

663


What is rownum in sql?

657


What is server name sql?

688


Why partition by is used in sql?

633


What are local and global variables and their differences?

694


What is the purpose of using pl/sql?

740


how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba

605


How do I view a table in sql?

624