Quiz 5
Question # 1
Q
Is there a difference in the results of the following WHERE clauses?
WHERE myColumn = NULL
vs.
WHERE myColumn IS NULL
A)
Yes.
B)
No, the result will be the same.
Level up your interview prep. Join Educative to access 80+ hands-on prep courses.