how we can find nth max salary from an employe table by
using my sql?
Answer Posted / pious deepak
select salary from employee
order by salary desc limit n-1, 1
| Is This Answer Correct ? | 29 Yes | 4 No |
Post New Answer View All Answers
How to install mysql?
How is data stored in mysql?
How do I flush privileges in mysql?
How to use case expression?
What is the use of mysql_close()?
What is acid in mysql?
What is mysqli_num?
How many columns can be used for creating Index?
What is the password of mysql?
Do while loop in mysql procedure?
How do I install and use mysql?
How do I run mysql from command line?
What is the hostname for mysql database?
What is the default port of mysql server?
How many rows can be inserted in mysql at a time?