Community

Data restriction using CHECK constraints

(Barrie Sosinsky) You can use one or more CHECK constraints to limit the data that can be entered into your tables or column. A CHECK evaluates a Boolean equation and determines if the data either matches or doesn’t match the condition. While a CHECK constraint doesn’t provide the programming logic

Read More - Register for Free Membership