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:
- “CREATE TABLE” in SQL Data Definition Language.
- “Constraint Specifications” in Database Design.