Categories
Sql Server

What are Constraints

What are Constraints:- Constraints are an ANSI-standard method of enforcing data integrity. Constraints ensure valid data values are entered in columns and that the relationships between tables should be maintained. Integrity Type Constraint type Target Description Domain DEFAULT Column Specifies the default value for the column when INSERT statement does not provide a value. CHECK Column Specifies […]