0
kicks
SQL Server: Function Based Check Constraint
Check constraints are designed to apply business logic. Though, we should practice these on application side, but there are situations when you need to apply complex check constraints on table level. You can do it only through function based check constraints.