how to retrive only second row from table?

Answer Posted / bindu

select * from (select rownum r1,e.* from emp e)
where r1=2;

Is This Answer Correct ?    8 Yes 4 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Can we use loop in sql?

521


explain the difference between delete , truncate and drop commands? : Sql dba

538


How can you load multi line records? : aql loader

647


How to change the order of columns in Oracle SQL Plus ?

601


What is sqlite used for?

515






how to fetch alternate records from a table? : Sql dba

580


what is heap table? : Sql dba

595


What is meant by cursor in sql?

530


Which operator is used in query for pattern matching?

613


Which one is better sql or oracle?

487


What is the non-clustered index in sql?

578


What is consistency?

693


What is sql stand for?

564


What are some predefined exceptions in pl/sql?

532


What is gpt format?

495