The Null Coalesce operator takes two inputs. If the first input is null, it returns the value of the second input. Otherwise, it returns the value of the first input.
null