What is NVL () in SQL?
What is NVL () in SQL? NVL(expr1, expr2) : In SQL, NVL() converts a null value to an actual value. Data types that can be used are date, character and number. If the first expression is not null, then the NVL2 function returns the second expression. How do I write NVL in SQL? The following […]