Write a sql query to find out nth max salary.
AnswerBot
1y
SQL query to find nth max salary
Use ORDER BY and LIMIT to get the nth max salary
Use subquery to avoid duplicates in case of ties
Example: SELECT salary FROM employees ORDER BY salary DESC LIMIT n-1, 1
Help your peers!
Add answer anonymously...
Popular interview questions of Associate Business Analyst
Stay ahead in your career. Get AmbitionBox app
Helping over 1 Crore job seekers every month in choosing their right fit company
65 L+
Reviews
4 L+
Interviews
4 Cr+
Salaries
1 Cr+
Users/Month
Contribute to help millions
Get AmbitionBox app