how to check the 3rd max salary from an employee table?

Answer Posted / akilis.org@hotmail.com

Let us Assume
Table Name=salary
Column Name=maxsal

select * from salary order by maxsal desc limit 2,1;

Enjoy the simple code :)

Is This Answer Correct ?    1 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is indexing oracle sql?

566


How do you pronounce sql?

552


what is an execution plan? When would you use it? How would you view the execution plan? : Sql dba

554


What are the disadvantages of file system?

619


how do you know the version of your mysql server? : Sql dba

508






What are the basic sql commands?

550


What are the packages in pl sql?

578


what are the disadvantages of mysql? : Sql dba

577


How do I make sql search faster?

560


Is it possible to sort a column using a column alias?

609


What are the methods of filing?

524


Can a table have no primary key?

560


what is the difference between nested subquery and correlated subquery?

550


What is nosql db?

547


Is sql low level language?

579