DB2 Scalar functions - NVL
The NVL function returns the first argument that is not null.
The schema is SYSIBM.
NVL is a synonym for COALESCE.