❔ MySQL weak/strong entity
Heya, was just kinda curious if anybody was able to explain what a weak and what a strong entity is in MySQL and if it would affect my C# program in any way/ if I needed to change something in the code or look out for something. thanks in advance
2 Replies
weak entities dont exist on its own, but rely on some other entity.
strong entities can exist on its own.
imagine a company <-> employees relationship. the company can exist on its own. an employee cant exist without a company
Looks like nothing has happened here. I will mark this as stale and this post will be archived until there is new activity.