how to retrive only second row from table?

Answers were Sorted based on User's Feedback



how to retrive only second row from table?..

Answer / sunita

select * from tab
where rownum=2;

Is This Answer Correct ?    18 Yes 142 No

Post New Answer

More SQL PLSQL Interview Questions

What is difference between ms sql and mysql?

0 Answers  


What is the need of merge statement?

0 Answers  


what are properties of a transaction? : Sql dba

0 Answers  


Cite the differences between execution of triggers and stored procedures?

0 Answers  


What is the life of an sql statement?

0 Answers  






What is the difference between union and union all command?

0 Answers  


how to use like conditions? : Sql dba

0 Answers  


what's the difference between a primary key and a unique key? : Sql dba

0 Answers  


What is query optimization in sql?

0 Answers  


How to get help at the sql prompt?

0 Answers  


Is nosql relational?

0 Answers  


How do I order by ascending in sql?

0 Answers  


Categories