Concept Flow - Foreign key ON UPDATE behavior
Start: Update parent key
Check foreign key constraint
ON UPDATE CASCADE
Update child keys
Commit changes
End
When a parent key is updated, the database checks the foreign key rule and applies the ON UPDATE action to child rows accordingly.
