Database Design Using Normalization - Study Mode
[#1] Needing to using more complicated SQL in database applications is a(n) ________ of normalization.
Correct Answer
(B) disadvantage
[#2] Eliminating modification anomalies is a(n) ________ of normalization.
Correct Answer
(A) advantage
[#3] Multivalued dependencies should ________ be eliminated.
Correct Answer
(A) always
[#4] When assessing the table structure of an acquired set of tables with data, accessing the validity of possible referential integrity constraints on foreign keys is (part of) the:
Correct Answer
(C) third step.
[#5] Using the SQL GROUP BY phrase with a SELECT statement can help detect which of the following problems?
Correct Answer
(B) The inconsistent values problem