53.4k views
2 votes
The crows feet notation on an ERD is a type of _______ constraint. Select one:

a. many-to-many
b. multiplicity
c. cardinality
d. relationship

User Hermannk
by
8.1k points

1 Answer

2 votes

Final answer:

The crows feet notation in an ERD represents a cardinality constraint, which indicates the minimum and maximum number of occurrences of entities in a relationship, commonly one-to-many or many-to-many.

Step-by-step explanation:

The crows feet notation on an Entity-Relationship Diagram (ERD) is a type of cardinality constraint. Cardinality specifies the numerical attributes of the relationship between two entities by expressing the minimum and maximum number of entity occurrences associated with one occurrence of the related entity. For instance, in a 'one-to-many' relation, one entity occurrence links to potentially many occurrences in the related entity. However, if a crow's foot notation is used, it indicates potentially multiple occurrences, most commonly representing a 'many-to-many' or a 'one-to-many' relationship, contingent on its placement in the ERD.

User Gulshan
by
8.2k points