Persistent Systems needs a quick salary summary for its engineering workforce. Write a PostgreSQL query that returns the highest non-null salary recorded in the employees table.
salary.highest_salary.| Column | Type | Description |
|---|---|---|
| employee_idPK | INT | Unique employee identifier |
| name | VARCHAR(100) | Employee's full name |
| salary | NUMERIC(10,2) | Annual employee salary |