Quiz 5

Quiz yourself on MySQL queries and commands, including NULL, indexes, and constraints.

We'll cover the following...
Question

Is there a difference in the results of the following WHERE clauses?

WHERE myColumn = NULL

vs.

WHERE myColumn IS NULL
0/500
Show Answer