Code has been added to clipboard!

Producing Constraints in SQL UNIQUE

Example
ALTER TABLE People
ADD UNIQUE (ID);