Data Modeling Basics
Data Modeling Basics
As part defining the relationships between entity types is to define the right
cardinality.
Cardinality is the number of occurrences in one entity which are associated
(or linked) to the number of occurrences in another. There are three degrees
of relationship, known as: one-to-one (1:1), one-to-many (1:M) and many-to-
many (M:M).
An example of a many-to-many relationship is show below.
We now have a Conceptual Data Model. We can now explore and discuss
with the stakeholder or a subject matter expert to validate our model and to
add more entity types or relationships in the domain (which is a School in
this case).
In the the third part of this blog series, we will continue to Logical Data Model
(LDM) and Physical Data Model (PDM). We will also talk about concepts on
normalization.
Next Blog: Data Modeling Basics (Part 3)
Source: https://www.lucidchart.com/pages/ER-diagram-symbols-and-meaning