Exam 8: Database Redesign

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

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. )

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

D

Dependency graphs are graphical displays like bar charts.

Free
(True/False)
4.9/5
(30)
Correct Answer:
Verified

False

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

Free
(True/False)
4.9/5
(31)
Correct Answer:
Verified

True

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

(True/False)
4.9/5
(30)

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

(Essay)
4.9/5
(30)

In the database redesign process,two SQL tools are useful for testing whether or not certain conditions or assumptions are valid: uncorrelated subqueries and EXISTS/NOT EXISTS.

(True/False)
4.8/5
(30)

Adding new tables and relationships to a database is difficult.

(True/False)
4.9/5
(26)

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

(Essay)
4.8/5
(36)

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

(True/False)
4.8/5
(29)

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

Why do databases need redesigning?

(Essay)
4.8/5
(35)

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

(Multiple Choice)
4.9/5
(39)

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

(True/False)
4.7/5
(33)

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

(Multiple Choice)
4.8/5
(30)

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

Because of the need to know the functional dependencies in a database,it is a good idea to create a dependency graph.

(True/False)
4.8/5
(26)

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

(True/False)
4.9/5
(39)

The use of 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
(32)

When increasing cardinalities from 1:N to N:M,we basically create a new intersection table,fill it with data and drop the old foreign key.

(True/False)
4.9/5
(43)

A correlated subquery looks very different from a noncorrelated subquery.

(True/False)
4.8/5
(33)
Showing 1 - 20 of 101
close modal

Filters

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