Database Diagrams – Meaning of Union Sign in EER Diagrams

database-designdatabase-diagramserd

I know disjoint and overlapping, but what does the union like sign mean in an enhanced entity-relationship (EER) diagram…? For example:
enter image description here
In other words, what does this diagram mean?

Best Answer

It means that 'Books', 'Chapters' and 'Articles' are sub-classes of the super-class 'Publication'.

'Books', 'Chapters' and 'Articles' are categories of 'Publication'

You can check out this EER reference for more details and what not.