Exam 8: Database Redesign

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

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 structural changes.

(True/False)
5.0/5
(40)

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

(Multiple Choice)
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
(40)

When increasing cardinalities from 1:N to N:M,which of the following steps is not included in the process? (The order of the steps listed below is not relevant,only the steps themselves. )

(Multiple Choice)
4.8/5
(31)

Database redesign is fairly easy when ________.

(Multiple Choice)
4.8/5
(28)

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

(Multiple Choice)
4.7/5
(36)

The data model produced by reverse engineering is not truly a logical model because it will contain ________.

(Multiple Choice)
4.8/5
(33)

Database redesign is equally difficult whether or not the database has data in it.

(True/False)
4.8/5
(37)

The use of a doubly 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.9/5
(37)

A continuous circular process of changes in user behaviors and change in the information systems they use is a natural outcome of information system use.

(True/False)
4.8/5
(28)

When changing column data types,which of the following data conversions will either usually or always succeed?

(Multiple Choice)
4.8/5
(28)

When dropping a foreign 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
(29)

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

(Multiple Choice)
4.9/5
(42)

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

(Multiple Choice)
4.9/5
(28)

During the database redesign process,you discover that when you try to change a DEPARTMENT name (the department's primary key),the change is disallowed by the DBMS due to your design of the EMPLOYEE table (which has a foreign key referencing DEPARTMENT)You want the change to be allowed.In order to fix this,you use what SQL syntax?

(Multiple Choice)
4.9/5
(34)

When dropping tables and relationships,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
(39)

What is the process and what are the considerations when changing a table name?

(Essay)
4.9/5
(28)

Which of the following is not a possible step in the database redesign process?

(Multiple Choice)
4.9/5
(33)

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

(True/False)
4.8/5
(33)

In a correlated subquery,the same table is used in the upper and lower SELECT statements.

(True/False)
4.8/5
(35)
Showing 41 - 60 of 103
close modal

Filters

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