student_id is the primary key for this table. Each row contains information about the score of one student from New York University in an exam. student_id is the primary key for this table. Each row ...
Write a solution to find the nth highest distinct salary from the Employee table. If there is no nth highest salary, return `null`.