To find Nth highest salary is code example Example: nth highest salary Click to copySELECT salary FROM Employee ORDER BY salary DESC LIMIT N-1, 1