The SQL ____________ statement is used to validate the uniqueness of values in a column.

  • CHECK
  • CONSTRAINT
  • PRIMARY KEY
  • UNIQUE
The SQL UNIQUE constraint ensures that all values in a column are unique, meaning no two rows in the table have the same value in that column. It's used to enforce data integrity and maintain uniqueness.
Add your answer
Loading...

Leave a comment

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