Login
Remember
Register
Ask a Question
What is the use of NVL function in Oracle?
0
votes
asked
Jan 17, 2024
in
Oracle
by
AdilsonLima
What is the use of NVL function in Oracle?
oracle-interview-questions-answers
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Jan 17, 2024
by
AdilsonLima
The NVL function is used to replace NULL values with another or given value. Example is –
NVL(Value, replace value)
...