Posted in Interview Questions

Write SQL query to find second highest salary?

How to find the employee whose salary is second highest? For example, in above table, “Hardik” has the second highest salary as 55000. Below is…

Continue Reading... Write SQL query to find second highest salary?