Entity-Relationship Diagram (ERD)
A visual representation of relational database design, illustrating entities, attributes, and relationships between them.
📜
The statement of the theorem
Let be a graph representing the conceptual model. The set of vertices is partitioned into (Entities) and (Relationships). For any , is associated with a set of attributes . The set of edges connects vertices, where an edge is labeled by a relationship type , and the cardinality of is , indicating the arity of the relationship.
Source: Wikipedia