The concept of SQL databases deleting rows that refer (via a foreign key) to a deleted row.
The concept of SQL databases deleting rows that refer (via a foreign key) to a deleted row. The deletion is performed recursively and enabled with the ON DELETE CASCADE property of the foreign key.