Entity Relationship (ER) Modeling Flashcards
It represents the conceptual database as viewed by the end user.
ERD
It is the set of possible values for a given attribute.
Domain
The ERM uses identifiers—one or more attributes that uniquely identify each entity instance.
Identifiers (Primary Keys)
It is a primary key composed of more than one attribute.
Composite Identifiers
It is an attribute that can be further subdivided to
yield additional attributes.
Composite
It is an attribute that cannot be subdivided. For example, age, sex, and marital status would be classified as simple attributes.
Simple attribute
It is an attribute that can have only a single value.
For example, a person can have only one Social Security number, and a manufactured part can have
only one serial number.
Single-Valued Attributes
It is an attribute whose value is calculated (derived) from other attributes.
Derived attribute
It is used to describe the relationship classification.
Connectivity
It expresses the minimum and maximum number of entity occurrences associated with one occurrence of the related entity.
Cardinality
It exists in the database only when it is associated with another related entity occurrence.
Existence Dependence
It means that one entity occurrence does not require a corresponding entity occurrence in a particular relationship.
Optional participation
It means that one entity occurrence requires a corresponding entity occurrence in a particular relationship
Mandatory participation
It indicates the number of entities or participants associated
with a relationship.
Relationship Degree
It exists when an association is maintained within a single
entity.
Unary Relationship