What is CHECK constraint in DB2?
Check constraint is a database rule that checks data integrity. Thus, only values from the domain for the attribute or column are allowed. In DB2, a CHECK constraint is a type of constraint that is used to enforce a condition on the values that can be inserted or updated in a column of a table. … Read more