How to Select second Maximum salary in a Table ?

Answer Posted / ranjith

select salary from table order by salaray desc limit 1,1

Is This Answer Correct ?    0 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do u setup a replication site?

1504


What is the sid in oracle?

538


How to join two tables in a single query using oracle?

568


How to display employee records who gets more salary than the average salary in the department?

602


What is a cursor and what are the steps need to be taken?

603






Explain the use of grant option in exp command.

586


How to write numeric literals in oracle?

619


How to see the table columns used in an index?

600


What are the different pseudo commands? Explain in general?

545


How to assign values to variables?

581


What is the difference between sharding and replication?

482


How to rebuild an index in oracle?

558


What is a system tablespace and when it is created?

565


Explain the different normalization forms?

598


ABOUT IDENTITY?

1567