NVL2 Function
Returns the second argument when the first argument is not NULL. If the first argument is NULL, the third argument is returned.
Returns the second argument when the first argument is not NULL. If the first argument is NULL, the third argument is returned.