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 help information from the server?
How to determine the location of the data directory?
SQL is not case sensitive. DELETE is the same as delete. State Whether True or False?
Can you tell a way to know the number of days between the two given dates in php?
What is mysql protocol?
What is row level locking in access?
In which year mysql created?
How to run a sql statement?
How do you restart mysql?
How can we get the number of rows affected by query?
What is the maximum number of records in mysql table?
What is datatype in mysql?
Does insert statement lock the table?
Is blocked because of many connection errors mysql?
Is there a free mysql?