Q. Which operator is used to check whether the expression is "NULL"?
β
Correct Answer: (A)
IS NULL
Explanation: This question is about finding out how to check if a value in MySQL is empty or missing. In other words, how do we tell if a field is NULL?