PostgreSQL Table Constraints UNIQUE (col_list) - force the value stored in the columns listed inside the parentheses to be unique PRIMARY KEY (col_list) - define the primary key that consists of multiple columns CHECK (condition) - check a condition when inserting or updating data — REFERENCES - to constrain the value stored in the column that must exist in a column in another table

Get

Explore more quotes

Momchil Kolev