Database Normalization Flashcards

(16 cards)

1
Q

Eliminates independent many-to-one relationships between columns

A

Fourth Normal Form

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

Place all items that appear in the repeating group in a new table.

A

First Normal Form (1NF)

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

when there can be no insertion or deletion anomalies in the database.

A

Domain Key Form

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

Does not allow dependencies between attributes that belong to candidate keys.

A

Boyce-Codd Normal Form (BCNF)

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

Move all items involved in transitive dependencies to a new entity

A

Third Normal Form

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

No attribute is transitively dependent on the primary key

A

Third Normal Form

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

The table has two or more candidate keys

A

Boyce-Codd Normal Form (BCNF)

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

This form dictates that all non-key attributes of a table must be functionally dependent on a candidate key i.e. there can be no interdependencies among non-key attributes.

A

Third Normal Form

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

Involves restructuring the tables to successively meeting higher forms of Normalization.

A

Database Normalization

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

A give relation may not contain more than one multi-values attribute.

A

Fourth Normal Form

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

A table is considered this form if all the fields contains scalar values

A

First Normal Form (1NF)

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

The process which allows you to winnow out redundant data within your database

A

Database Normalization

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

All non-key attributes in the table must be functionally dependent on the entire primary key

A

Second Normal Form

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

Duplicate in the new table the primary key of the table from which the repeating group was extracted or vice versa.

A

First Normal Form (1NF)

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

Is satisfied when all tables are broken into as many tables a possible in order to avoid redundancy. It cannot be broken into smaller relations without changing the facts or the meaning.

A

Fifth Normal Form

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

Place the primary key for the new entity as a foreign key on the original entity

A

Third Normal Form