Code has been added to clipboard!

Applying SQL ISNULL

Example
SELECT Name, Price * (Unit_In_Stock + ISNULL(Unit_On_Order, 0))
FROM Products