02_04 ER Modeling Flashcards
An ER term for an association (relationship) between TWO entities.
For example, PROFESSOR teaches CLASS.
binary relationship
A property that assigns a specific value to connectivity and expresses the range of allowed entity occurrences associated with a single occurrence of the related entity.
cardinality
An attribute that can be further subdivided to yield additional attributes.
For example, a phone number such as 615-898-2368 may be divided into an area code (615), and exchange number (898), and a four-digit code (2368).
composite attribute
Compare to simple attribute
In ER modeling, a key composed of more than one attribute.
composite identifier
The type of relationship between entities.
connectivity
An attribute that does not physically exist and is derived via an algorithm.
For example, the Age attribute might be derived by subtracting the birth data from the current date.
derived attribute
A property of an entity whose existence depends on one or more other entities.
existence-dependent
In such an environment, the existence-independent table must be created and loaded first because the existence-dependent key cannot reference a table that does not yet exist.
A property of an entity that can exist apart from one or more related entities.
existence-independent
Such a table must be created first when referencing an existence-dependent table.
One or more attributes that uniquely identify each entity instance.
identifier
A process based on repetition of steps and procedures.
iterative process
A relationship in which one entity must have a corresponding occurrence in another entity.
mandatory participation
An attribute that can have many values for a single entity occurrence.
For example, an EMP_DEGREE attribute might store the string “BBA, MBA, PHD” to indicate three different degrees held.
multivalued attribute
In ER modeling, a condition in which one entity occurrence does not require a corresponding entity occurrence in a particular relationship.
optional participation
In ER modeling, an attribute that does not require a value.
It can be left empty.
optional attribute
An ER term for entities that participate in a relationship.
participants
For example, in the relationship “PROFESSOR teaches CLASS,” the teaches relationship is basedo nthe participants PROFESSOR and CLASS.