IFC05 SDM05B-07

How can deleting a customer from a Customer table affect other tables in a database?

Deleting a customer from a Customer table can orphan records in other tables, as the CustID (a foreign key) would no longer have a corresponding entry.