Exam 8: Database Redesign

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

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

(Multiple Choice)
4.7/5
(39)

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

(True/False)
4.8/5
(43)

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

(True/False)
4.8/5
(39)

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.7/5
(26)

There is no good SQL command that can be used to change table names.

(True/False)
4.8/5
(43)

To drop a foreign key column from a table,no preliminary steps are needed and we can simply use the ALTER TABLE DROP COLUMN statement.

(True/False)
4.9/5
(33)

Explain the results provided by the EXISTS,NOT EXISTS,and double NOT EXISTS keywords.

(Essay)
4.8/5
(32)

Because of the need to know the functional dependencies in a database,it is a good idea to create a(n)________.

(Multiple Choice)
4.8/5
(25)

To add a NOT NULL column to a table,we first add a NULL column,then we insert values into every row,and finally we change the NULL constraint to NOT NULL.

(True/False)
5.0/5
(30)

In a correlated subquery,the DBMS can run the lower SELECT statement by itself and then send the results to the upper SELECT statement.

(True/False)
4.9/5
(34)

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
(31)

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
(30)

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

(True/False)
4.8/5
(33)

In the database redesign process,SQL tools that are useful for testing whether or not certain conditions or assumptions are valid are ________.

(Multiple Choice)
4.8/5
(36)

The authors refer to the data model produced by reverse engineering as the RE data model.

(True/False)
4.9/5
(34)

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

(Essay)
4.7/5
(34)

In a double nested set of NOT EXISTS SELECT statements,________.

(Multiple Choice)
4.9/5
(36)

A double nested set of NOT EXISTS SELECT statements is ________.

(Multiple Choice)
4.7/5
(29)

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

(Essay)
4.8/5
(29)

When running an SQL query that uses EXISTS,the EXISTS keyword will be true if ________.

(Multiple Choice)
4.9/5
(37)
Showing 41 - 60 of 101
close modal

Filters

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