#unique-constraints
Read more stories on Hashnode
Articles with this tag
You can add the PRIMARY KEY keyword after the column_name that should be unique. This, of course, only works for new tables CREATE TABLE products( ...
The not-null constraint Disallow null values in a certain column Must hold true for the current state Must hold true for future state -- Disallow...