binary relationship
An ER term for an association (relationship) between two entities.
For example, PROFESSOR teaches CLASS.
cardinality
composite attribute
For example, a phone number such as 615-898-2368 may be divided into an area code (615), an exchange number (898), and a four-digit code (2368).
An attribute that can be further subdivided to yield additional attributes.
composite identifier
also known as a composite key
In ER modeling, a key composed of more than one attribute.
derived attribute
existence-dependent
existence-independent
identifiers
One or more attributes (columns) that uniquely identify each entity instance.
also known as keys
iterative process
A process based on repetition of steps and procedures.
mandatory participation
A relationship in which one entity occurrence must have a corresponding occurrence in another entity.
EMPLOYEE works in a DIVISION.multivalued attributes
An attribute that can have many values for a single entity occurrence.
EMP_DEGREE attribute might store the string "BBA, MBA, PHD" to indicate three different degrees held.non-identifying relationship
A relationship in which the the child table’s primary key is independent of the parent table’s primary key.
optional attribute
In ER modeling, an attribute that does not require a value; therefore, it can be left empty.
optional participation
In ER modeling, a condition in which one entity occurrence does not require a corresponding entity occurrence in a particular relationship.
participants
PROFESSOR and CLASS.recursive relationship
A relationship found within a single entity type.
EMPLOYEE is married to an EMPLOYEE orPART is a component of another PART.relational schema
The organization of a relational database as described by the database administrator.
relationship degree
required attribute
In ER modeling, an attribute that must have a value.
In other words, it cannot be left empty.
simple attribute
An attribute that cannot be subdivided into meaningful components.
Compared to composite attribute.
single-valued attribute
An attribute that can have only one value.
strong (identifying) relationship
strong entity
Also called a regular entity.
ternary relationship