Dear team,
For one of the business requirements, I needs to implement delete action. So, I found the "On delete" property on table relation.
So, I have decided to do the On delete property on Child table because:
1.The child table holds the foreign key.
2.The relation exist from Child to Parent .
3.The system should need to know, what to do with the child records when Parent records got deleted .
So, I believe the Child table is recommended to use "on delete" property for the delete action .
Is am i correct?
.
Please give me the thoughts. thanks!