Several child rows can be affected by one parent delete.
highlighted = computed this step
Multiple child rows affected
More than one child row can point at the same parent.
one parent, many children
Delete one parent
The cascade is deleted and affects 2 child rows for the same parent key.
affected=2
Foreign-key delete-action examples are tiny finite table checks; SET NULL, deferrable checks, triggers, transactions, locks, timing, indexing, performance, general referential-action completeness, and product behavior are out of scope.
Read both child rows
Both affected child row numbers appear in childRowsAffected.
two rows removed
Summary
Cascade follows all matching child rows in this finite table.