Exam 8: Database Redesign

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

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

EXISTS and NOT EXISTS are actually just another form of correlated subqueries.

(True/False)
4.8/5
(31)

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

(True/False)
4.9/5
(35)

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

(True/False)
4.9/5
(30)

What is reverse engineering and how well does it work?

(Essay)
4.8/5
(29)

To drop a nonkey 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
(34)

The use of a double nested set of NOT EXISTS SELECT statements is a famous pattern in SQL use.

(True/False)
5.0/5
(18)

Although correlated subqueries are useful in database redesign,they cannot be used to verify functional dependencies.

(True/False)
4.8/5
(39)

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

(Multiple Choice)
4.8/5
(33)

The data model produced by reverse engineering is a true conceptual schema.

(True/False)
4.9/5
(31)

When increasing cardinalities from 1:N to N:M,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
(34)

There is a common trap in writing a correlated subquery,which will cause no rows to ever be displayed in the results.

(True/False)
4.8/5
(38)

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

(Essay)
4.7/5
(34)

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

(True/False)
4.8/5
(35)

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

(True/False)
4.9/5
(29)

Correlated subqueries can be used to verify functional dependencies.

(True/False)
4.8/5
(34)

In the SQL statement: SELECT S1.CustName,S1.SalesRepNo FROM SALES S1; the "S1" is called an alias.

(True/False)
4.9/5
(34)

Database redesign is fairly easy when ________.

(Multiple Choice)
5.0/5
(37)

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

(True/False)
4.7/5
(31)

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

(Multiple Choice)
4.9/5
(38)
Showing 61 - 80 of 101
close modal

Filters

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