Database Models
Entity Relationship Data Model
- Basic Structure
- E-R models are normally represented in an entity relationship diagram (ERD).
- An entity is represented by a rectangle.
- Each entity is described by a set of attributes. An attribute describes a particular characteristics of the entity.
- A relationship is represented by a diamond connected to the related entities.