Normalization Flashcards

1
Q

Normalization

A

Process for evaluating and correcting table structures to minimize data redundancies

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

Denormalization

A

Produces a lower normal form to increase data performance

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

Repeating Group

A

Group of multiple entries of the same type can exist for any single key attribute occurrence.

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

Dependency Diagram

A

Bird’s eye view of the relationships among a table’s attributes.

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

Determinant

A

Attribute whose value determines other values within a row

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

Atomicity

A

Describes an attribute that cannot be further subdivided

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

Granularity

A

Level of detail represented by the values stored in a table’s row

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

Surrogate Key

A

Artificial PK introduced by the designer to simplify assignment of PKs to tables. Numeric and free of semantic content.

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