Pages

How to enable or disable Constraints?

Example: Enable/disable primary key StudentsPrimaryKey on students table.

ALTER TABLE students ENABLE  CONSTRAINT StudentsPrimaryKey


ALTER TABLE students DISABLE CONSTRAINT StudentsPrimaryKey

No comments:

Post a Comment