Database Management Extra 8 Flashcards
One or more attributes that uniquely identify each entity instance.
Identifiers
A relationship in which the primary key of the related entity does not contain a primary key component of the parent entity.
Non-Identifying Relationship
In ER modeling, a condition in which one entity occurrence does not require a corresponding entity occurrence in a particular relationship.
Optional Participation
An ER term for entities that participate in a relationship. For example, in the relationship “PROFESSOR teaches CLASS,” the teaches relationship is based on the participants PROFESSOR and CLASS.
Participants
A relationship found within a single entity type. For example, an EMPLOYEE is married to an EMPLOYEE or a PART is a component of another PART.
Recursive Relationship
The organization of a relational database as described by the database administrator.
Relational Schema
The number of entities or participants associated with a relationship. A ??? ??? can be unary, binary, ternary, or higher.
Relationship Degree
An attribute that cannot be subdivided into meaningful components.
Simple Attribute
A relationship that occurs when two entities are existence-dependent; from a database design perspective, this relationship exists whenever the primary key of the related entity contains the primary key of the parent entity.
Strong (Identifying) Relationship
An entity that is existence-independent, that is, it can exist apart from all of its related entities. Also called a regular entity.
Strong Entity