InterviewSolution
Saved Bookmarks
| 1. |
What Is The Use Of Nvl Function? |
|
Answer» The NVL function is used to replace NULL VALUES with ANOTHER or GIVEN value. Example is – NVL(Value, replace value) The NVL function is used to replace NULL values with another or given value. Example is – NVL(Value, replace value) |
|