how to retrive only second row from table?

Answer Posted / anusha

select * from ars_mst_user where rownum<5
minus
select * from ars_mst_user where rownum<=3;

this query for retrive fourth row
same we can retrive any row

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is varray in pl sql?

765


How many types of indexes are there in sql?

719


What is pl sql architecture?

686


What are the qualities of 2nf?

747


Is left join same as join?

729






What is over () in sql?

686


What is t sql in sql server?

739


What is bulk collect in pl sql?

729


How many types of normalization are there?

669


What type of join is sql join?

719


What are the types of optimization?

688


Does inner join return duplicate rows?

704


Why do we use cursors?

671


what is normalization? : Sql dba

737


how to fetch common records from two tables? : Sql dba

842