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

SQL queries that use EXISTS and NOT EXISTS are ________.

(Multiple Choice)
4.8/5
(44)

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

The process of reading an actual database schema and producing a data model from that schema is called ________.

(Multiple Choice)
4.9/5
(39)

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

In order to make sure the database redesign is working properly during the redesign testing process,a means must be created to ________.

(Multiple Choice)
4.7/5
(36)

What is a correlated subquery?

(Essay)
4.7/5
(36)

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

(Multiple Choice)
4.8/5
(35)

To drop a constraint,no preliminary steps are needed and we can simply use the ALTER TABLE DROP CONSTRAINT statement.

(True/False)
4.8/5
(34)

Because EXISTS and NOT EXISTS are forms of correlated subqueries,the processing of the associated SELECT statements must be nested.

(True/False)
4.7/5
(32)

In a real sense,information systems and organizations do not just influence each other,but rather they create each other.

(True/False)
4.8/5
(43)

Database redesign is rarely needed because databases are usually built correctly the first time.

(True/False)
4.8/5
(33)

In a correlated subquery of a database that has tables TableOne and TableTwo,if table TableOne is used in the upper SELECT statements,then which table is used in the lower SELECT statement?

(Multiple Choice)
4.8/5
(28)

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

(Essay)
4.9/5
(39)

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

(Multiple Choice)
4.8/5
(33)

In the SQL statements SELECT C1.CustName,C1.SalesRepNo FROM CUSTOMER C1; The "C1" is called a(n)________.

(Multiple Choice)
4.8/5
(28)

The data model produced by reverse engineering is a(n)________.

(Multiple Choice)
4.8/5
(30)

When running a correlated subquery,the DBMS ________.

(Multiple Choice)
4.7/5
(43)

When using queries with EXISTS and NOT EXISTS,the processing of the associated SELECT statements must be nested.

(True/False)
4.9/5
(32)

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

(True/False)
4.7/5
(33)
Showing 21 - 40 of 101
close modal

Filters

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