The NVL function Returns expression2 if expression1 is NULL. The return datatype is the same as expression1.
NVL(expression1, expression2)