Database Design Using Normalization MCQs
Practice free Database Design Using Normalization multiple-choice questions with instant answer feedback and step-by-step solutions. Click an option to check yourself, reveal the full explanation, and work through all 40 questions — no login required.
Question 20hard
Each answer below shows example data from a table. Which answer is an example of the inconsistent values problem?
Question 21hard
When building a database from an existing set of tables, we may safely assume that referential integrity constraints have been enforced on the data we are given.
Advertisement
Question 22hard
Most of the time, modification anomalies cause problems that are severe enough that a table should be normalized into BCNF.
Question 23hard
When building a database from an existing set of tables, we still need to consider normalization principles.
Question 24medium
We have normalized a table into BCNF if all candidate keys are determinants.
Advertisement
Question 25hard
We use the SQL construct COLUMNS(*) to determine the number and type of columns in a table.
Question 26hard
One common design problem when designing a database from existing data is the use of a single cell in one column to store multiple values of an attribute.