Sometimes when I'm working with EER diagrams I see different symbols, for example, 'd', 'o', 'u' and so on. Like the 'd' here
What do they mean and what are they used for? And how many variants do it exists?
Sometimes when I'm working with EER diagrams I see different symbols, for example, 'd', 'o', 'u' and so on. Like the 'd' here
What do they mean and what are they used for? And how many variants do it exists?
1.d means "disjoint"- what it tells is the subclasses must have disjoint sets of entities.
2.o means "overlap"The subclasses may have overlapping sets of entities.
4.Place o or d in specialization circle to indicate constraint.