quiz 5 Flashcards
Which of the following is the normal form that removes all repeating groups and arrays?
First normal form
Which of the following is the term for an anomaly in which removing data unintentionally causes the loss of other data?
Deletion anomaly
An insertion anomaly occurs:
When you cannot enter data because other data is required
When should you denormalize a database?
When performance is an issue and there is no other way to achieve the performance goals
What are the risks of denormalizing a database?
You open the database up to the anomalies and errors normalization was meant to fix
Which of the following best defines the term normalization?
The process of removing anomalies and redundancies from database design
Which of the following is the normal form that removes all transient dependencies?
Third Normal Form
An deletion anomaly occurs:
When removing data accidentally causes the loss of other data
Which of the following is the best definition for a functional dependency?
A set of related attributes that form a sub theme in the entity
Which term best describes the process of removing anomalies and redundancies from a database?
Normalization