Description
A UNIQUE constraint specifies that the values in a column must be unique. This constraint ensures that invalid data does enter the column. A UNIQUE constraint can be applied to multiple columns.
In this lab, you will learn how to add a UNIQUE Constraint to a table in SQL Server.
Based on this Customer and Supplier Schema, generate the solutions to the respective queries listed below:
Lab Objective
Upon completion of this lab, you will be able to:
Prerequisites