Concept Flow - CHECK constraint
Start Table Creation
Define Columns
Add CHECK Constraint
Insert/Update Data
Check Condition on Data
Allow Data
End
When creating or modifying a table, a CHECK constraint sets a rule. When data is added or changed, the database checks if the data meets the rule. If yes, it accepts the data; if no, it rejects it.