To drop a UNIQUE constraint, use the following SQL:
ALTER TABLE Persons
DROP INDEX UC_Person;
DROP INDEX UC_Person;
Practice Excercise Practice now
To drop a UNIQUE constraint, use the following SQL:
Practice Excercise Practice now