EntityRelationship
The entity-relationship model is a conceptual data modeling approach used in database design to describe the structure of information. It represents data as entities, attributes, and relationships. Introduced by Peter Chen in 1976, the model treats an entity as a real-world object with distinct existence, an attribute as a property, and a relationship as an association between entities. Each entity type has a key that uniquely identifies its instances.
ER diagrams, or ERDs, visually encode the model. In Chen notation, entities are rectangles, relationships are
Mapping to a relational schema: entity types become tables, attributes become columns, and relationships are implemented
Use and scope: The ER model is widely used for conceptual and logical database design and serves