Difficulty: Beginner
What is a Foreign Key and what are 'on delete cascade' actions?
A Foreign Key links two tables. 'ON DELETE CASCADE' means if a parent row is deleted, all associated child rows are automatically deleted to maintain integrity.
Foreign Key, Cascading, Integrity