Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What is the use of NVL function in Oracle?
Home
Oracle
What is the use of NVL function in Oracle?
0
votes
asked
Jan 17
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
by
AdilsonLima
The NVL function is used to replace NULL values with another or given value. Example is –
NVL(Value, replace value)
...