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

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;

10 Cards in this Set

  • Front
  • Back

Functional Dependencies


X defines Y if for every pair of tuples T1 and T2 in r if T1.X=T2.X, then T1.Y=T2.Y

* Update anomalies


updating one without updating another


Insertion anomalies


not having all the data necessary to insert


Deletion anomalies

* deleting more information than desired


Solution to redundency issues


decomposition


Second Normal Form

* all its nonkey attributes are dependent upon all of the key

* Third Normal Form

* in second normal form and has no transitive dependencies

* Boyce-Codd Normal Form

* if every determinant is a candidate key

* Fourth Normal Form


if BCNF and has no multivalued dependencies

Essence of normalization


every normalized relation has a single theme