NVL ( ) function
Reveal answer
Fill a bubble to check yourself
NVL ( ) function
substitutes NULL value for a given value in a query result
substitutes NULL value with a specified value in a query result
substitutes NULL value with '00' in a query result
substitutes space for NULL value in a query result
The NVL function in Oracle replaces a NULL value with a specified expression or value.