Q. Which of the following is a valid constraint in MySQL?

  • (A) NONEMPTY
  • (B) REQUIRED
  • (C) NOT NULL
  • (D) EMPTY
πŸ’¬ Discuss
βœ… Correct Answer: (C) NOT NULL
Explanation: `NOT NULL` ensures that a column cannot have a NULL value.
Explanation by: Mr. Dubey
`NOT NULL` ensures that a column cannot have a NULL value.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
85
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
81%
Success Rate