What operator tests column for the absence of data?
A) NOT operator
B) IS NULL operator
C) EXISTS operator
D) All of the above
Answers
Answered by
0
B) IS NULL operator
As it checks whether the entered string is NULL or not.
If NULL it returns true or 1 and if there is string it returns false or 0
Similar questions