Normal Forms Flashcards

1
Q

1st Normal Form

A

Mandatory Normal Form
Disallow multivalued and composite attributes
Allow only atomic values

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

What’s a prime attribute

A

Attribute that is part of candidate key

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

Atomic Values

A

Either some ONE value or NULL value

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

Normalization

A

Normalize by removing multivalued and composite attributes

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

2nd Normal Form

A

Non Prime attribute partially functionally dependent on key

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

Partial Functional Dependency

A

If no non key attribute depending on PART of a key attribute

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

Full Functional Dependency

A

non key attribute depending on COMPLETE key attribute

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

If key is one attribute

A

Definitely 2NF because no PFD is possible

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

3rd Normal Form

A

N2 and no non prime attribute transitively dependent on key

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

Transitive dependency

A

key –> non key –> some attribute
some attribute transitively dependent on key

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