Iris software wants a quick compensation report showing the second-highest salary currently recorded in its employee table. Write a PostgreSQL query that returns the second-highest distinct non-null salary.
NULL.| Column | Type | Description |
|---|---|---|
| employee_idPK | INT | Unique employee identifier |
| employee_name | VARCHAR(100) | Employee's name |
| salary | NUMERIC(12,2) | Annual employee salary |