Exam 8: Database Redesign

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

When dropping a nonkey column from a table,which of the following steps are included in the process? (The order of the steps listed below is not relevant,only the steps themselves. )

Free
(Multiple Choice)
4.9/5
(33)
Correct Answer:
Verified

B

To change a table name,we ________.

Free
(Multiple Choice)
4.7/5
(32)
Correct Answer:
Verified

D

When dropping a primary key column from a table,which of the following steps are included in the process? (The order of the steps listed below is not relevant,only the steps themselves. )

Free
(Multiple Choice)
4.8/5
(40)
Correct Answer:
Verified

E

What is the process for adding a NOT NULL column to a table?

(Essay)
4.9/5
(35)

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

(Multiple Choice)
4.8/5
(30)

A means must be created to recover all test databases to their original state during the redesign testing process.

(True/False)
4.8/5
(36)

The use of a double nested set of NOT EXISTS SELECT statements is so rare that even if you are a professional database developer you will probably never see it used.

(True/False)
4.8/5
(27)

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

(Multiple Choice)
4.8/5
(43)

If a DEFAULT constraint is included when a new column is added to a table,the default value is only applied to new rows and not to the existing rows at the time the new column is added.

(True/False)
4.9/5
(36)

Which of the following are difficulties when changing the maximum cardinality from 1:1 to 1:N?

(Multiple Choice)
4.9/5
(37)

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

(True/False)
4.9/5
(35)

When running a correlated subquery,the DBMS ________.

(Multiple Choice)
4.8/5
(40)

Typically,there are at least four different copies of the database schema used in the redesign process.

(True/False)
4.9/5
(30)

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

What is a dependency graph,and what is it used for in database redesign?

(Essay)
4.8/5
(32)

Which of the following different copies of the database schema is/are typically used in the database redesign process?

(Multiple Choice)
4.9/5
(34)

To change the minimum cardinality on the parent side from zero to one,the foreign key,which would have been NULL,must be changed to NOT NULL.

(True/False)
4.9/5
(44)

If a DEFAULT constraint is included when a new column is added to a table,the default value is applied to ________.

(Multiple Choice)
4.9/5
(38)

To drop a constraint,no preliminary steps are needed and we can simply use the ALTER TABLE DROP CONSTRAINT statement.

(True/False)
4.8/5
(38)

Adding new tables and relationships to a database is difficult.

(True/False)
4.7/5
(25)
Showing 1 - 20 of 101
close modal

Filters

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