• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/28

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

28 Cards in this Set

  • Front
  • Back
optional participation
one entity occurrence does not require corresponding entity occurrence in particular
mandatory participation
one entity occurrence does require corresponding entity occurrence in particular
unary relationship
association is maintained within single entity
binary relationship
association is maintained within two entities
ternary relationship
association is maintained within three entities
recursive relationships
relationship can exist between occurrences of the same entity set, naturally found in unary relationships
associative entity
also known as bridge entity or composite entity
cardinality
Assigns a specific value to connectivity. Expresses the range (minimum to maximum) of allowed entity occurrences associated with a single occurrence of the related entity.
composite attribute
An attribute that can be further subdivided to yield additional attributes. For example, a phone number maybe be divided into an area code, an exchange number, and a four digit code. Compare to simple attribute.
composite identifier
In ER modeling, a key composed of more than one attribute.
Connectivity
Describes the classification of the relationship between entities. Classifications include 1:1, 1:M, and M:N.
derived attribute
An attribute that does not physically exist within the entity and is derived via an algorithm. Example
exsitence-dependent
A property of an entity whose existence depends on one or more other entities. In an existence-dependent enviroment, the existence-independent table must be created and loaded first because that existence-dependent key cannot reference a table that does not yet exist.
Existence-independent
An entity that can exist apart from one or more related entities. It must be created first when referencing an existence-dependent table to it.
Identifiers
The ERM uses identifiers to uniquely identify each entity instance. In the relational model, such identifiers are mapped to primary keys in tables.
indentifying relationship
A relationship that exists when the related entities are existence-dependent. Also called a strong relationship or strong identifying relationship because the dependent entity’s primary key contains the primary key of the parent entity.
iterative process
a process based on repetition of steps and procedures.
multivalued attribute
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.
non-identifying relationship
A relationship that occurs when the primary key of the dependent (many side) entity does not contain the primary key of the related parent entity. Also known as a weak relationship.
optional attribute
In ER modeling, refers to an attribute that does not require a value, therefore it can be left empty.
Participants
An ER term used to label the entities that participate in a relationship. Ex
relationship degree
Indicates the number of entities or participants associated with a relationship. A relationship degree can be unary, binary, ternary, or higher level.
required attribute
In ER modeling, refers to an attribute that must have a value. It cannot be left empty.
simple attribute
An attribute that cannot be subdivided into meaningful components. Compare to composite attribute.
single valued attribute
An attribute that can have only one value.
strong relationship
When two entities are existence-dependent
weak entity
An entity that displays existence dependence and inherits the primary key of its parent entity. Ex: A DEPENDENT requires the existence of an EMPLOYEE.
weak relationship
A relationship that exists when the PK of the related entity does not contain a PK component of the parent entity. Also known as a non-identifying relationship.