NovaTech wants a quick salary check from its employee records. Write a SQL query to return the second highest distinct salary from the employees table.
second_highest_salaryNULL| Column | Type | Description |
|---|---|---|
| employee_idPK | INT | Unique employee identifier |
| employee_name | VARCHAR(100) | Employee full name |
| department | VARCHAR(50) | Employee department |
| salary | INT | Employee salary amount |