Part 4: Check Constraints in SQL
A check constraint on a column or set of columns requires that a specified condition be true or unknown for every row. A check constraint lets you specify a condition that each row in the table must satisfy. To satisfy the constraint, each row in the table must make the condition either TRUE or unknown … Read more