What output will the follwing statement produce? Select NVL2(NULL,'NOT NULL', NULL) from dual;
NOT NULL
NULL
Function NVL2 is not defined
None of the above