Q. Which of the following is a valid constraint in MySQL? (A) NONEMPTY (B) REQUIRED (C) NOT NULL (D) EMPTY ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) NOT NULL Explanation: `NOT NULL` ensures that a column cannot have a NULL value.