Interview Questions

What does the NULLIF function do?

Microsoft SQL Server FAQs


(Continued from previous question...)

What does the NULLIF function do?

Answer: Returns NULL if the two expressions passed in are equal.

Explanation: This function returns NULL if the two expressions passed into it are equal.

(Continued on next question...)

Other Interview Questions