Connectivity
Connectivity refers to the number of entity instances.
An entity instance is a particular occurrence of an entity. The following
figure shows that the three types of connectivity are one-to-one (written
1:1), one-to-many (written 1:n), and many-to-many (written m:n).
Figure 1. Connectivity in relationships
For instance, in the telephone directory example, an address can be associated with more than one name. The connectivity for the relationship between the address and name entities is one-to-many (1:n).