Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The special uniqueness constraint in PostgreSQL is the "UNIQUE" constraint. This constraint ensures that no two rows in a table have the same values in the specified columns, essentially enforcing a unique combination of values. This constraint can be used on single or multiple columns and can be defined during table creation or added later using the ALTER TABLE command.