_______ is a constraint that enforces data integrity by ensuring that a column cannot contain NULL values.

  • Foreign Key
  • NOT NULL
  • Primary Key
  • Unique Key
NOT NULL is a constraint that enforces data integrity by ensuring that a column cannot contain NULL values. It is used to specify that a column must have a value, preventing the insertion of records with missing or undefined data.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *