What are delete-connected tables ?
Tables related with a foreign key are called delete-connected because a deletion in the primary key table can affect the contents of the foreign key table.
Tables related with a foreign key are called delete-connected because a deletion in the primary key table can affect the contents of the foreign key table.