0
kicks
Defining Check Constraints at the Table Level or on multiple Columns
In this article I will talk about Table Level Constraints in SQL Server. These are very useful if you want to have rules based on multiple columns with in a table. Lets say busines says "I want to set is if a person opens check-in account and savings account then minimum balance should not be less than 800 by combining both"