Exam 8: Database Redesign

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

Depending on the DBMS,when changing the minimum cardinality on the parent side from zero to one,the foreign key constraint that defines the relationship may have to be dropped before the change is made and re-added afterwards.

(True/False)
4.8/5
(43)

When dropping tables and relationships,which of the following steps are included in the process? (The order of the steps listed below is not relevant,only the steps themselves. )

(Multiple Choice)
4.8/5
(32)

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

(Multiple Choice)
4.9/5
(33)

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

(True/False)
4.9/5
(36)

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

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

(Multiple Choice)
4.9/5
(38)

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

(Multiple Choice)
4.8/5
(39)

The continuous circular process of changes is known as the Systems Development Life Cycle (SDLC).

(True/False)
4.9/5
(37)

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

(True/False)
4.7/5
(37)

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

(True/False)
4.9/5
(29)

The author refers to the data model produced by reverse engineering as the RE data model.

(True/False)
4.7/5
(32)

When redesigning a database,how can we check assumptions about functional dependencies?

(Essay)
4.9/5
(34)

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

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

SQL Server 2008 R2 contains a system stored procedure named sp_rename that can be used to change table names.

(True/False)
5.0/5
(38)

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

(Multiple Choice)
4.7/5
(30)

SQL contains an SQL command RENAME TABLENAME that can be used to change table names.

(True/False)
4.8/5
(33)

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

When decreasing cardinalities,there will always be data loss.

(True/False)
4.9/5
(29)

Why do databases need redesigning?

(Essay)
4.8/5
(37)
Showing 81 - 100 of 101
close modal

Filters

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