Databse Management 9 Flashcards
means that one entity occurrence does not require a corresponding entity occurrence in a particular relationship.
Optional Participation
means that one entity occurrence requires a corresponding entity occurrence in a particular relationship. If no optionality symbol is depicted with the entity, the entity is assumed to exist in a mandatory relationship with the related entity. If the mandatory participation is depicted graphically, it is typically shown as a small hash mark across the relationship line. The existence of a mandatory relationship indicates that the minimum cardinality is at least 1 for the mandatory entity.
Mandatory Participation
indicates the number of entities or participants associated with a relationship. A unary relationship exists when an association is maintained within a single entity. A binary relationship exists when two entities are associated. A ternary relationship exists when three entities are associated. Although higher degrees exist, they are rare and are not specifically named.
Relationship Degree
is one in which a relationship can exist between occurrences of the same entity set.
Recursive Relationship
partial dependency exists when there is a functional dependence in which the determinant is only part of the primary key.
A transitive dependency exists when there are functional dependencies such that X → Y, Y → Z, and X is the primary key. In that case, the dependency X → Z is a transitive dependency because X determines the value of Z via Y.
partial / transitive dependency
derives its name from the fact that a group of multiple entries of the same type can exist for any single key attribute occurrence.
repeating group