ISNULL
Use ISNULL to specify a substitute value if the first expression is null.
If the expression_value is not NULL, it is returned. If it is NULL, the substitute value is returned.
Syntax
ISNULL(expression, substitute_value)