A uniqueness constraint means the table cannot include two or more rows in which the values for the column or set of columns are identical.
Teradata Database supports the following uniqueness constraints:
A column or set of columns defined as PRIMARY KEY must also be NOT NULL.
Teradata Database instantiates a PRIMARY KEY as a unique primary or secondary index.
Only one PRIMARY KEY can be defined for a table.
For more details, see:
A column or set of columns defined as UNIQUE must also be NOT NULL.
Teradata Database instantiates UNIQUE as a unique primary or secondary index. One or more columns or sets of columns can be defined as UNIQUE for a table.
For more details, see: