Code has been added to clipboard!

Use of ALTER TABLE with SQL CHECK

Example
ALTER TABLE Person
ADD CHECK (P_Ids>0)