Chapter 6 Flashcards
Normalization of Database Tables
1
Q
Nomalization
A
A process that assigns attributes to entities so that data redundancies are reduced or eliminated
2
Q
denormalization
A
- A process by which a tables is changed from a higher-level normal form to a lower-level normal form, usually to increase processing speed
- Potentially yields data anomalies
3
Q
prime attribute
A
- a key attribute
- an attribute that is part of a key or is the whole key
4
Q
key attributes
A
attributes that form a primary key
5
Q
nonprime attribute
A
attribute that is not part of a key
6
Q
unnormalized data
A
- Raw data in its original state
- might contain redundant data and/or other data anomalies not found on normalized data relations