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.
Vantage supports the following uniqueness constraints:
- PRIMARY KEY
- UNIQUE
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.