Saturday, August 15, 2020

Constraints in SQL Server

SQL Constraints are used to specify rules for the data in a table. It is used to limit the type of data while inserting into the table.
So these are predefined rules and restrictions on single or multiple columns, regarding the value allowed in the columns to maintain the integrity, accuracy and reliability of that columns data.

Different types of constraints in SQL Server that are commonly used.

No comments:

Post a Comment