how to retrive only second row from table?

Answer Posted / saswati

select a.*
from(select e.*,rownum sl_no
from emp e) a
where a.sl_no = 2

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain lock escalation? : Transact sql

713


Write a program that shows the usage of while loop to calculate the average of user entered numbers and entry of more numbers are stopped by entering number 0?

1703


In pl/sql, what is bulk binding, and when/how would it help performance?

543


what is sql? : Sql dba

566


Does oracle roll back the transaction on an error?

548






What is the purpose of using pl/sql?

674


Is sql low level language?

585


How run sql*plus commands that are stored in a local file?

528


How do I edit a stored procedure?

566


What is a record in pl/sql?

560


What is the limitation on the block size of pl/sql?

536


What are the topics in pl sql?

532


Is oracel sql developer written in java?

658


Does truncate free space?

530


What are string functions in sql?

688