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
How to get a list of all tables in a database?
How to return query output in xml format?
What is mysql root?
What is orm in mysql?
Why mysql is used with php?
How do I install mysql workbench?
Is sqlite faster than mysql?
How do I remove a user from mysql?
Can we use mysql and mysqli together?
What is a tinyint in mysql?
What is root password?
Is mysql free for commercial use?
What is data type for image in mysql?
What are mysql queries?
What is mysql url?