Dies ist eine alte Version des Dokuments!


LU03c - ERM and ERD

The Entity-Relationship Model (ERM) is a conceptual data-model used in database design to represent relationships between data entities in a system. An entity is a real-world object or concept, such as customer or product, and each entity has specific attributes that describe it. ERM serves as a blueprint for creating databases, ensuring that data is accurately captured and linked. The following illustration shows a database of students, their teachers and the rooms in which the lessons are are held.

An Entity-Relationship Diagram (ERD) is the graphical representation of the ERM, visualizing entities, attributes, and their relationships. Commonly using Crow's Foot notation, ERDs clarify the structure of the database before development begins, making them essential for communicating design, ensuring normalization, and preventing errors. Below is an ERD of a school administration database.

English German
blueprint Bauplan, Entwurf
to prevent verindern

Volkan Demir

  • modul/m290/learningunits/lu03/theorie/c_erm_erd.1724418697.txt.gz
  • Zuletzt geändert: 2024/08/23 15:11
  • von vdemir