InterviewSolution
Saved Bookmarks
| 1. |
What is the use of the NULLIF function? |
|
Answer» The NULLIF function compares two expressions. If they are equal, the function returns null. If they are not equal, the first expression is returned. |
|