how we can find nth max salary from an employe table by
using my sql?
Answer Posted / nivedita
select max(salary) from employee order by salary desc limit 1;
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
What is sqlyog?
What is difference between inner vs self vs cross?
How do I add a column to a table in mysql?
Can mysql scale horizontally?
How can I see all mysql databases?
Is sql similar to mysql?
What is blob in mysql?
Give string types available for column?
How to insert dynamic values in mysql using php?
What is mysql connector used for?
What is strict mode in mysql?
Is there a free mysql?
What are the differences between mysql vs sql server?
How are mysql timestamps seen to a user?
What are the 5 r's of managing behaviors?