0
1.7kviews
Compare ER and EER models
1 Answer
written 6.3 years ago by |
ER Model | EER Model |
---|---|
ER Model stands for Entity Relationship model. | EER Model stands for Extended Entity relationship model. |
ER Model consists of set of entities and relationship among these entities. | EER Model is used to represent a collection of objects i.e union of objects of different entity types. |
In ER schema the resulting schema diagrams are called ER diagrams | In EER schema the resulting schema diagrams are called EER diagrams |
The concept of specialization and generalization is absent. | The concept of specialization and generalization is absent. |
ER Model is the basic model. | EER Model includes all the modelling concept of ER model along with features such as subclass and superclass, Specialization and Generalization, Union and category , Aggregate,etc.. |