Difference between NVL,NVL2, NULLIF and COALESCE
NVL function will check whether the first input parameter is null, if first input parameter is null then the function returns the second parameter value as output.
NVL2 function will check the first parameter, and return second parameter if the first parameter is not null, otherwise returns third parameter.
NULLIF will compare the input parameters ( first and second parameter ), and returns NULL of both are same, otherwise returns the first parameter value.
COALESCE, returns the first not null expression in the given input parameters.
--------------------------------------------------------------------------------------------------------
List of all the SQL and PLSQL interview questions
https://easy-learning-tech.blogspot.c...
Смотрите видео Oracle interview question difference between null functions | NVL vs NVL2 vs NULLIF vs COALESCE онлайн, длительностью часов минут секунд в хорошем качестве, которое загружено на канал Siva Academy 01 Июль 2018. Делитесь ссылкой на видео в социальных сетях, чтобы ваши подписчики и друзья так же посмотрели это видео. Данный видеоклип посмотрели 147,428 раз и оно понравилось 1.7 тысяч посетителям.