Constraints in SQL Server?

->SQL constraints are the rule which is applied

 to the table column to store valid data and 

prevents the user from storing invalid data 

into table columns.

->SQL Constraints are part of a database 

schema definition.

->We can create constraints on single or 

multiple columns of any table.