To drop a CHECK constraint, use the following SQL:
ALTER TABLE Persons
DROP CHECK CHK_PersonAge;
DROP CHECK CHK_PersonAge;
Practice Excercise Practice now
To drop a CHECK constraint, use the following SQL:
Practice Excercise Practice now