Answers for "alter table to add unique constraint mysql"

SQL
3

mysql set field unique

ALTER TABLE mytbl ADD UNIQUE (columnName);
Posted by: Guest on March-06-2020

Code answers related to "alter table to add unique constraint mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language