Which function returns NULL if expr1 = expr2?
Which function returns NULL if expr1 = expr2? Correct Answer NULLIF()
The ‘CASE’ is used for the case operator. The function ‘IF()’ is used for the if/else construct. The function ‘IFNULL()’ is the Null if/else construct. ‘NULLIF()’ returns NULL if expr1 = expr2.
মোঃ আরিফুল ইসলাম
Feb 20, 2025