0 votes
in Oracle by
What is the use of NVL function in Oracle?

1 Answer

0 votes
by
The NVL function is used to replace NULL values with another or given value. Example is –

NVL(Value, replace value)
...