Computer

Database Redesign MCQs

Practice Database Redesign MCQs for competitive exams.

Database Redesign MCQs

Practice questions from this topic.

The EXISTS keyword will be true if any row in the subquery meets the condition.

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

Dependency graphs are diagrams that consist of nodes and arcs that show the dependencies of a database.

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

The NOT EXISTS keyword will be true if any row in the subquery meets the condition.

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

Adding null columns to a table is straightforward.

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

Information systems and organizations do not just influence each other; they create each other.

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

Typically, there should be at least two different copies of the database schema used in the redesign process.

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

It is not easy to build a database correctly the first time.

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

The data model produced from the reverse engineering process is a true logical model.

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

Reverse engineering is the process of reading a database schema and producing a data model from that schema.

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

The SQL-92 command to change a table name is RENAME TABLE.

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

If a database is built correctly the first time, it will not have to be redesigned.

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

The data model produced from the reverse engineering process does not include intersection table data.

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