Computer Science, asked by mnpraneeth, 3 months ago

Which function compares two expressions and returns null if they are equal or
the first expression if they are not equal?​

Answers

Answered by archanaram9001
2

Answer:

NULLIF() : The NULLIF function compares two expressions. If they are equal, the function returns null. If they are not equal, the function returns the first expression. You cannot specify the literal NULL for first expression.

Similar questions