Skip to content
Sahithyan's S3
1
Sahithyan's S3 — Database Systems

Crows Foot Notation

One of the ER diagram notations.

Entity name is singluar. Represented by a rectangle.

Included inside the entity rectangle.

Prefixed with an ”*”.

Represented by a line. Can have 2 indicators on each ends.

  • Multiplicity
  • Optional/not

Refers to maximum number of times that an instance of an entity can be associated with instances in the related entity. Indicated close to the entity rectangle. Indicated by:

  • | means 1
  • > means many

Refers to the minimum number of times that an instance can be related to others. Indicated next to the multiplicity indicator. Indicated by:

  • | means 1
  • o means 0