Beta Phase: Square45 is currently in beta testing. Expect some features or content to be incomplete or missing.
45

Entity-Relationship Diagram (ERD)

A visual representation of relational database design, illustrating entities, attributes, and relationships between them.
📜

The statement of the theorem

Let G=(V,E)G = (V, E) be a graph representing the conceptual model. The set of vertices VV is partitioned into VEV_E (Entities) and VRV_R (Relationships). For any vVEv \notin V_E, vv is associated with a set of attributes A(v)A(v). The set of edges EE connects vertices, where an edge e=(vi,vj)e = (v_i, v_j) is labeled by a relationship type RR, and the cardinality of ee is ek|e| \rightarrow k, indicating the arity of the relationship.
Source: Wikipedia