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
What is mysql community server?
What are different types of queries?
What is the maximum size of table in mysql?
What do you understand by mysql terminal?
What is triggers and how it can be used in mysql?
How to write date and time literals?
What command is used to delete the data from the table without deleting the table structure?
Which mysql function is used to concatenate string?
How do I know if mysql is installed on windows?
can you tell the order of sql select statement? : Mysql dba
What are the advantages of mysql?
What is the full form of mysql?
How to delete a table.
What is a heap table?
How to Set a root password if there is on root password.