how we can find nth max salary from an employe table by
using my sql?
Answer Posted / ksam
select distinct(salary) from employee order by salary desc
limit n-1,1
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Where is the myisam table stored?
How do I install and use mysql?
what is the procedure to configure the application of mysql?
How can I compare two mysql databases?
How do I add a column to a table in mysql?
What is procedural api?
What is the purpose of using a heap table?
Explain the storage engines in mysql?
What are the two types of queries?
What is pragma serially_reusable and why is it used?
How to create a trigger in mysql?
Write a query to display current date and time?
How to get current MySQL version?
How do I find mysql location?
How do I rename a procedure?