SQL SERVER 2017 TUTORIAL : Constraints
SQL constraints are used to specify rules for the data in a table. Constraints let you define the way the Database Engine automatically enforces the integrity of a database. Constraints define rules regarding the values allowed in columns and are the standard mechanism for enforcing integrity. Using constraints is preferred to using DML Triggers, rules, … More SQL SERVER 2017 TUTORIAL : Constraints