Database Design Using Normalization Questions and Answers
Practice ModeShowing 10 of 21 questions
Q1
Needing to using more complicated SQL in database applications is a(n) ________ of normalization.
Answer: Option B
Q2
Eliminating modification anomalies is a(n) ________ of normalization.
Answer: Option A
Q3
Multivalued dependencies should ________ be eliminated.
Answer: Option A
Q4
Using the SQL GROUP BY phrase with a SELECT statement can help detect which of the following problems?
Answer: Option B
Q5
When assessing the table structure of an acquired set of tables with data, determining foreign keys is (part of) the:
Answer: Option B
Q6
Creating a read-only database is a task that is ________ assigned to beginning database professionals.
Answer: Option B
Q7
Each answer below shows example data from a table. Which answer is an example of the general-purpose remarks column problem?
Answer: Option D
Q8
For a number of reasons, normalizations is not often an advantage for a(n) ________ database.
Answer: Option A
Q9
Most of the time, modification anomalies are serious enough that tables should be normalized into:
Answer: Option D
Q10
Each answer below shows example data from a table. Which answer is an example of the missing values problem?
Answer: Option C