Chapter 6- Part 1 Flashcards

1
Q

ERD Model Components

A

Entity (Table, Relation)
Attribute (Column)
Relationship
Composite Entity

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

Normalization

A

process of converting complex data structures into well-structure relations

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

Well-Structured Relations

A
  1. Contains a minimum amount of redundancies
  2. allows rows to be inserted, modified and deleted without introducing errors or inconsistencies
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

First Normal Form

A

table describes a single entity and it contains no arrays or repeating attributes

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

Second Normal Form

A

First Normal Form + all attributes are fully depended on the PK ( No partial dependencies)

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

Third Normal Form

A

Second Normal Form + all non-key attributes are completely independent of each other

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