EntitätRelationsModelle
EntitätRelationsModelle, often abbreviated as ER-Modelle, are conceptual data models used in database design. They represent the structure of data by illustrating entities, their attributes, and the relationships between them. An entity is a real-world object or concept that can be uniquely identified, such as a customer, a product, or an order. Attributes are the properties that describe an entity, like a customer's name, address, or email.
Relationships define how entities are associated with each other. These relationships can be one-to-one, one-to-many, or
ER-Modelle are typically visualized using Entity-Relationship Diagrams (ERDs). These diagrams use specific symbols to represent entities,