Q. Which of the following is a valid constraint in MySQL?
β
Correct Answer: (C)
NOT NULL
Explanation: `NOT NULL` ensures that a column cannot have a NULL value.