entity A --> id, entity_a_name, foreign_key_entity_B entity B ---> id, entity_b_name when i delete entity B record, it suppose to auto deleteentity A that has foreign_key_entity_B?
i have entity A that has foreign key to entity B,does entity B need to have foreign key back to entity A? if yes, how?