Chapter Five – Data Modeling with the Entity-Relationship Model
Page 5-36
B. Figure 5-57 shows a different model for the compressor data. Explain the entities, their
types, the relationship, its type, and its cardinality. How well do you think this model fits
the data shown in Figure 5-56?
Figure 5-57 – Alternative Model for Compressor Data
In the model in Figure 5-57, SS_COMPRESSOR is a strong entity and
AIR_PERFORMANCE_TYPE is an ID-Dependent weak entity. The relationship is one-to–
many since an SS_COMPRESSOR may have more than one AIR_PERFORMANCE_TYPE.
However, the maximum cardinality of the one-to-many relationship is currently two (2) since
there are currently only two AIR_PERFORMANCE_TYPEs. The relationship is ID-