Q. What will be the output of the following MySQL statement "NOT (Null)"?
β
Correct Answer: (B)
Null
Explanation: This question is asking about how MySQL handles the "NOT" operator when used with the "NULL" value.