Concept Flow - CASCADE delete preview
Delete row in Parent Table
Check for Foreign Key with CASCADE
Find matching rows in Child Table
Delete matching rows in Child Table
Repeat cascade if Child has further CASCADE FKs
Finish
When you delete a row in a parent table, the database automatically deletes related rows in child tables that have CASCADE delete set on their foreign keys.