• 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/26

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;

26 Cards in this Set

  • Front
  • Back
ERM
entity relationship model
entities
an object of interest to an end user
ERM entity
table
entity instance
row
attribute
characteristic of entity, field
required attribute
must have a value. a NOT NULL column
optional attibute
field that does not require a value
attribute domain
the list of possible values for a field. (Y,N) or (M,F)
identifier
primary key. one or more attributes that identify an entity instance
composite identifier
primary key with multiple values.
composite attribute
attribute that envelops sub attributes. ADDRESS contains STREET & CITY etc
multivalued attributes
an attribute that can have many values, a person can have many degrees
derived attributes
calculated, FULNAME = FIRST + LAST
participants
entities that participate in a relationship
relationship
association between entities, a verb, STUDENT takes CLASS.
entity relationship
one to one, one to many, or many to many
connectivity
describes relationship classification
cardinality
the amount of rows in a table.
existence-dependent
must have a dependent attribute, a foreign key for example
weak relationship
relationship with foreign key only
strong relationship
relationship between two tables with field in both primary keys
weak entity
requires a parent table. it's primary key is derived from the parent
optional participation
a table is independent of the other in the relationship
mandatory participation
a table is dependent on the other's data in a relationship
recursive relationship
relationship between rows in same table
iterative process
looping, repetitive