SQL - CheckAndUserConstraint - Page9
👉Check Constraint
Business rule validations can be applied to a table column by using the Check constraint.
Check constraints must be specified as a logical expression that evaluates either to true or false.
CHECK constraint at column level
CHECK constraint at table level
Comments
Post a Comment