Write an SQL query to report the second highest salary from the Employee table. If there is no second highest salary, the query should report NULL.
Employee: id, salary
SecondHighestSalary: 200