Write a query to get 4th highest salary from employees table?
AnswerBot
1y
Query to get 4th highest salary from employees table
Use ORDER BY and LIMIT to get the 4th highest salary
Join the employees table with itself to avoid duplicates
Use subquery to get the 4th highest sala...read more
abid shaikh
1y
SELECT salary
FROM employees
ORDER BY salary DESC
LIMIT 1 OFFSET 3;
Help your peers!
Add answer anonymously...
Top Nalashaa Solutions PHP Developer interview questions & answers
Popular interview questions of PHP Developer
>
Nalashaa Solutions PHP Developer Interview Questions
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