How to find out the second largest element from mysql table

Answer Posted / harish varma

SELECT salary
FROM employees
ORDER BY salary DESC
LIMIT 2,1

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is mysql community server?

570


What are different types of queries?

557


What is the maximum size of table in mysql?

645


What do you understand by mysql terminal?

597


What is triggers and how it can be used in mysql?

599






How to write date and time literals?

629


What command is used to delete the data from the table without deleting the table structure?

535


Which mysql function is used to concatenate string?

891


How do I know if mysql is installed on windows?

548


can you tell the order of sql select statement? : Mysql dba

559


What are the advantages of mysql?

616


What is the full form of mysql?

602


How to delete a table.

590


What is a heap table?

556


How to Set a root password if there is on root password.

663