how we can find nth max salary from an employe table by
using my sql?
Answer Posted / sandeep
select MAXIMUM(salary) from (select salary from employee
order by salary desc limit 'n')
n means number of rows
| Is This Answer Correct ? | 10 Yes | 18 No |
Post New Answer View All Answers
How to delete a column and add a new column to database
What are the disadvantages of mysql?
Why we use mongodb instead of mysql?
How many TRIGGERS are allowed in MySql table?
What is key in mysql?
How to show all tables with 'mysql'?
What is indexing in mysql?
What is 'mysqldump'?
How does mysql encrypt passwords?
1)for snapshot replication which agents used? 2)for Transcation replication which agents used? 3)for merge replciation which agents used?
What is mysql default database?
What are the 'mysql' command line arguments?
How many columns can you create for an index?
What is the current mysql version?
What is the latest mysql version?