Quiz 5

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

Question # 1

Question

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

WHERE myColumn = NULL

vs.

WHERE myColumn IS NULL
Show Answer

Get hands-on with 1400+ tech skills courses.