Exam 8: Database Redesign

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

When running a correlated subquery,the DBMS always uses ________.

(Multiple Choice)
4.9/5
(42)

Because of the need to know the functional dependencies in a database,it is a good idea to create a dependency graph.

(True/False)
4.9/5
(38)

In the database redesign process,two SQL tools are useful for testing whether or not certain conditions or assumptions are valid: uncorrelated subqueries and EXISTS/NOT EXISTS.

(True/False)
4.8/5
(29)

Deleting tables and relationships is basically a matter of dropping foreign key constraints and then dropping the tables.

(True/False)
4.8/5
(34)

A dependency graph should include all of the following except ________.

(Multiple Choice)
4.9/5
(38)

The NOT EXISTS keyword will be true if any row in the subquery fails to meet the condition.

(True/False)
4.8/5
(42)

When decreasing cardinalities,there will always be ________.

(Multiple Choice)
4.8/5
(30)

When using a doubly nested set of NOT EXISTS SELECT statements,a row that does not match any row matches every row.

(True/False)
4.8/5
(36)

Discuss workable data conversion and possible data loss when changing column data types during a database redesign.

(Essay)
4.9/5
(32)

The design produced by reverse engineering may be described as a table-relationship diagram.

(True/False)
4.8/5
(39)

The process of reading an actual database schema and producing a data model from that schema is called reverse engineering.

(True/False)
4.8/5
(32)

To add a NULL column to a table,we simply use the MODIFY TABLE statement.

(True/False)
4.8/5
(32)

In order to minimize the need to change table names,some organizations have a policy that no user or application should ever employ the true name of a table,but use views as table aliases instead.

(True/False)
4.9/5
(39)

In the database redesign process,it is often useful to test whether certain conditions or assumptions are valid before proceeding with the redesign.

(True/False)
4.7/5
(39)

To add a NULL column to a table,we ________.

(Multiple Choice)
4.8/5
(28)

In the database redesign process,before proceeding with the redesign it is often useful to ________.

(Multiple Choice)
4.8/5
(38)

Adding new tables and relationships to a database is difficult.

(True/False)
4.8/5
(38)

Discuss the role of backup and test databases in database redesign.

(Essay)
4.7/5
(31)

To drop a primary key column from a table the primary key constraint must first be dropped,but this does not require that related foreign keys based on the column be dropped.

(True/False)
4.8/5
(30)

The data model produced by reverse engineering may include some entities that should not appear in the data model.

(True/False)
4.9/5
(43)
Showing 21 - 40 of 103
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)