Microsoft - Microsoft SQL Server - SQL - Sum - Sum with isnull

SELECT SUM(ISNULL(Salary, 10000) AS Salary
FROM Employee;