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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

prime attribute

A
  • a key attribute

- an attribute that is part of a key or is the whole key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

key attributes

A

attributes that form a primary key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

nonprime attribute

A

attribute that is not part of a key

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
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

How well did you know this?
1
Not at all
2
3
4
5
Perfectly