Normalization Flashcards

(3 cards)

1
Q

What is Normalization?

A

Systematic process of organizing the columns (attributes) and tables (relations) of a relational database to minimize data redundancy and improve data integrity

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

What is the 1NF?

A

-No repeating groups/list in one cell
-Splitting multivalued cells

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

What is the 2NF?

A

Is applied if the PK is composite.

-Non key attributes must depend on the entire composite key
-Fix by moving partially dependent attributes to a new table.

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