what is Check Constraint in SQL Server ?

 Posted by Sriramnandha on 6/3/2012 | Category: Sql Server Interview questions | Views: 2878 | Points: 40
Answer:

Check constraint specifies a condition that is enforced for each row of the table on which the constraint is defined. Once constraint is defined, insert or update to the data within the tables is checked against the defined constraint.


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response