Previous Topic: Relationship NameNext Topic: Relationship Optionality


Relationship Cardinality

The cardinality of a relationship membership determines the number of entities on one side of the relationship that is associated with a single entity on the other side.

The cardinality of each relationship membership is one of the following:

Only three combinations of relationship membership cardinality can exist:

On an Entity Relationship Diagram, at either end of the relationship line, the cardinality of the relationship membership is depicted as follows:

For example, the following illustration depicts a 1:M relationship.

One to Many Relationship

The illustration shows that each customer can place one or more orders, but that only one customer places each order.

The most common cardinality for relationships is 1:M. Although 1:1 and M:N relationships sometimes occur naturally, they often appear as the result of inaccurate analysis.

More information:

Building the Analysis Model