Exam 8: Database Redesign

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

A correlated subquery looks very different from a noncorrelated subquery.

(True/False)
4.8/5
(39)

A doubly 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
(35)

A doubly nested set of 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
(27)

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

(Essay)
5.0/5
(32)

During the database redesign process,you discover that when an ORDER is deleted,its corresponding entries in the LINE_ITEM table are not deleted (but you would like them to be).In order to fix,this,you use what SQL syntax?

(Multiple Choice)
4.9/5
(38)

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

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

(Multiple Choice)
4.8/5
(22)

SQL queries that use EXISTS and NOT EXISTS are ________.

(Multiple Choice)
4.9/5
(35)

When changing the minimum cardinality on the parent side of the relationship from zero to one,the foreign key ________.

(Multiple Choice)
4.8/5
(29)

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

(True/False)
4.8/5
(28)

In a correlated subquery,the DBMS must run the lower SELECT statement as a process that is nested within the upper SELECT statement.

(True/False)
4.8/5
(26)

In the database redesign process,an SQL tool that is useful for testing whether or not certain conditions or assumptions are valid is ________.

(Multiple Choice)
4.9/5
(38)

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
(35)

Changing cardinalities ________.

(Multiple Choice)
4.8/5
(43)

Dependency graphs are graphical displays like bar charts.

(True/False)
4.8/5
(34)

When running a correlated subquery,the DBMS ________.

(Multiple Choice)
4.9/5
(32)

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

(True/False)
4.9/5
(35)

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

(Multiple Choice)
4.9/5
(33)

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

(True/False)
4.8/5
(33)

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

(Essay)
4.8/5
(40)
Showing 61 - 80 of 103
close modal

Filters

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