Chapter 6- Part 1 Flashcards
1
Q
ERD Model Components
A
Entity (Table, Relation)
Attribute (Column)
Relationship
Composite Entity
2
Q
Normalization
A
process of converting complex data structures into well-structure relations
3
Q
Well-Structured Relations
A
- Contains a minimum amount of redundancies
- allows rows to be inserted, modified and deleted without introducing errors or inconsistencies
4
Q
First Normal Form
A
table describes a single entity and it contains no arrays or repeating attributes
5
Q
Second Normal Form
A
First Normal Form + all attributes are fully depended on the PK ( No partial dependencies)
6
Q
Third Normal Form
A
Second Normal Form + all non-key attributes are completely independent of each other