Exam 8: Database Redesign

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

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

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

(Multiple Choice)
4.9/5
(30)

Changing cardinalities ________.

(Multiple Choice)
4.9/5
(33)

A dependency graph should include:

(Multiple Choice)
4.8/5
(27)

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

(Multiple Choice)
4.8/5
(32)

A double nested set of NOT EXISTS SELECT statements can be used to find rows that meet some specified condition for every row in a table.

(True/False)
4.8/5
(31)

Even if an organization has a very large database,it will be possible to make a complete backup copy of the operational database prior to making structure changes.

(True/False)
4.7/5
(36)

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

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

(Multiple Choice)
4.7/5
(25)

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

(Multiple Choice)
4.8/5
(30)

Changing table names is complicated by the fact that constraints and triggers are often associated with the table and will also need to be changed.

(True/False)
4.8/5
(40)

Which of the following SQL statements is a correctly stated correlated subquery?

(Multiple Choice)
4.9/5
(37)

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

(Multiple Choice)
4.7/5
(31)

To change a table name,we ________.

(Multiple Choice)
4.9/5
(25)

When decreasing cardinalities,there will always be ________.

(Multiple Choice)
5.0/5
(30)

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

(Multiple Choice)
4.7/5
(24)

Converting date,money or other more specific data types to char or varchar will usually succeed.

(True/False)
4.8/5
(34)

There are several difficulties with increasing cardinalities from 1:1 to 1:N,one of which is preserving the existing relationships.

(True/False)
4.9/5
(28)

When making any change to the database structure,we may need to check for effects of the change on ________.

(Multiple Choice)
4.9/5
(34)

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

(Multiple Choice)
4.9/5
(36)
Showing 81 - 100 of 101
close modal

Filters

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