

InterviewSolution
Saved Bookmarks
1. |
NVL Function in SQL Oracle or MySql |
Answer» <html><body><a href="https://interviewquestions.tuteehub.com/tag/nvl-3752604" style="font-weight:bold;" target="_blank" title="Click to know more about NVL">NVL</a>() <a href="https://interviewquestions.tuteehub.com/tag/function-11303" style="font-weight:bold;" target="_blank" title="Click to know more about FUNCTION">FUNCTION</a> is available in oracle only and do the same operation as ISNULL Function in <a href="https://interviewquestions.tuteehub.com/tag/sql-4621" style="font-weight:bold;" target="_blank" title="Click to know more about SQL">SQL</a> and IFNULL unction in MySql. This is basically used to check the Null values in the table coloumn</body></html> | |