CASCADE removes matching child rows with the parent.
highlighted = computed this step
CASCADE removes child rows
CASCADE deletes the parent and the child rows that reference it.
cascade removes references
Cascade Ada
The delete is deleted, affects 2 child rows, and leaves 2 child rows.
child after=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 childRowsAffected
The delete result lists the exact child row indexes removed by cascade.