how we can find nth max salary from an employe table by
using my sql?
Answer Posted / whatinaname
select max(salary) from employee
order by salary desc limit n-1, 1
| Is This Answer Correct ? | 14 Yes | 2 No |
Post New Answer View All Answers
What is mysql database used for?
What does do in mysql?
What is mysql root?
How to use count function in mysql?
What is index length in mysql?
How many TRIGGERS are allowed in MySql table?
Where is mysql password stored?
How do you know the version of your mysql server?
What is a select query?
How we can get the current date in mysql?
What does tinyint mean?
How do I install mysql?
Is mysql a database?
How can you change the name of any existing table by using the sql statement?
How do I download mysql on my laptop?