Question:Write an SQL query to find the nth highest salary in the Employees table. The nth highest salary is the salary that appears in the nth position when all the salaries are sorted in descending order. The value of n should be specified as a par...
vipinputhan.hashnode.dev3 min read
No responses yet.