Chapter 4 Flashcards
(11 cards)
First Normal Form
A table is in 1NF if each row is unique and no column in any row contains multiples values
Insert Operation
Used for entering new data in the relation
Insertion Anomaly
Occurs when inserting data about one real-world entity requires inserting data about another real-world entity
Modification Anomaly
Occurs when, in order to modify one real-world value, the same modification has to be made multiple times
Normalization
process used to improve the design of relational databases
Normal Form
term representing a set of particular conditions (whose purpose is reducing data redundancy data) that a table has to satisfy
- From a lower to higher normal form, these conditions are increasingly stricter and leave less possibility for redundant data
Read Operation
data retrieval operation used for reading the data from relations
Redundant Data
unnecessarily repeating
Update Anomalies
anomalies in relations that contain redundant data, caused by update operations
Second Normal Form (2NF)
Normalization of relation 2NF creates additional relations for each set of partial dependencies in a relation
Third Normal Form 3NF
A table is in 3NF if it is in 2NF and if it does not contain transitive functional dependencies