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
Can we create table in stored procedure?
Is mysql is a programming language?
Write a query to count the number of rows of a table in mysql.
What is 'mysqld'?
What is csv?
How can you calculate the sum of any column of a table?
What is difference between mysql and mysqli?
Write a query to create a database and a table?
Write a query to display even rows in student table using mysql?
What is mysql vs sql?
What does mysql flush tables do?
How to decrement dates by 1 in mysql?
Can mysql handle billions of records?
Can python connect to mysql?
What is maximum table size in mysql?