The syntax is as follows:ALTER TABLE table_nameADD CONSTRAINT constraint_nameUNIQUE (column [ ASC | DESC ] [ ,...n ] )