mysql how to add unique constraint in sql code example Example: how to add unique constraint in mysql table ALTER TABLE mytbl ADD UNIQUE (columnName);