Computer

Database Design Using Normalization MCQs

Practice Database Design Using Normalization MCQs for competitive exams.

Database Design Using Normalization MCQs

Practice questions from this topic.

When building a database from an existing set of tables, we may safely assume that there are no multivalued dependencies in the data we are given.

  1. A. True
  2. B. False
Report Error

One common design problem when designing a database from existing data is the presence of inconsistent values in the received data.

  1. A. True
  2. B. False
Report Error

Normalization requires programmers to write more complex SQL.

  1. A. True
  2. B. False
Report Error

One common design problem when designing a database from existing data is the presence of missing values, called blank values, in received data.

  1. A. True
  2. B. False
Report Error

One common design problem when designing a database from existing data is the use of a general-purpose remarks column in the received data.

  1. A. True
  2. B. False
Report Error

Multivalued dependencies create harmless anomalies that should be noted, but do not always need to be eliminated.

  1. A. True
  2. B. False
Report Error

When you are given a set of tables and asked to create a database to store their data, the first step is to create the new database.

  1. A. True
  2. B. False
Report Error

We use the SQL construct COUNT(*) to count the number of rows in a table.

  1. A. True
  2. B. False
Report Error

The phrase "SALE.CNumber must exist in CUSTOMER.CNumber" is a referential integrity constraint.

  1. A. True
  2. B. False
Report Error

The design guidelines and priorities for read-only databases are different because read-only databases are never updated.

  1. A. True
  2. B. False
Report Error

Proper normalization eliminates duplicated data.

  1. A. True
  2. B. False
Report Error

We can eliminate modification anomalies with proper normalization that results in tables in BCNF.

  1. A. True
  2. B. False
Report Error