how to retrive only second row from table?

Answer Posted / ehtesham malik

select * from emp
where rowid = (select min(rowid) from emp
where rowid not in (select min(rowid)
from emp)
)

Is This Answer Correct ?    4 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Show the cursor attributes of pl/sql.

608


1) Synonyms 2) Co-related Subquery 3) Different Jobs in Plsql 4) Explain Plan 5) Wrap 6) Query Optimization Technique 7) Bulk Collect 8) Types of index 9) IF primary key is created then the index created ? 10) Foreign Key 11) Exception Handling 12) Difference Between Delete and Trunc 13) Procedure Overloading 14) Grant Revoke 15) Procedure Argument types. 16) Functions. 17) Joins

1152


What is an implicit commit?

554


What is date functions?

575


What is pl sql script?

560






How to download oracle sql developer?

660


How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?

596


What do you understand by case manipulation functions?

541


what is a database? : Sql dba

604


What is sql trigger example?

537


what is isam? : Sql dba

572


What are the types of records?

526


Define a temp table?

552


Are sql connections encrypted?

554


What is the difference between an inner join and an outer join?

514