Answers for "mysql create unique key via alter table"

SQL
0

mysql create unique key via alter table

ALTER TABLE Persons

ADD CONSTRAINT UC_Person UNIQUE (ID,LastName);
Posted by: Guest on May-31-2021

Code answers related to "mysql create unique key via alter table"

Code answers related to "SQL"

Browse Popular Code Answers by Language