You have already completed these exercises!
Do you want to take them again?
You completed the MySQL UNIQUE Exercises from W3Schools.com
Share on:
Drag and drop the correct keywords to add a named UNIQUE constraint on the 'ID' and 'LastName' columns.
ALTER TABLE Persons CONSTRAINT UC_Person (ID, LastName);
ADD
DROP
INDEX
UNIQUE