Exam 6: Transforming Data Models Into Database Designs

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

An intersection table can have additional attributes besides the keys of its parent tables.

(True/False)
4.8/5
(33)

Which of the following is not true of recursive relationships?

(Multiple Choice)
4.9/5
(35)

What are MUST NOT and MUST COVER constraints?

(Essay)
4.9/5
(33)

When the key of one table is placed into a second table to represent a relationship,the key is called a "relational key" in the second table.

(True/False)
4.9/5
(30)

In a 1:1 relationship,the foreign key is defined as an alternate key to make the DBMS enforce uniqueness.

(True/False)
4.8/5
(32)

In relational database design,ID-dependent entities are used to ________.

(Multiple Choice)
4.8/5
(45)

In a 1:N relationship,the term "parent" refers to the table on the "many" side of the relationship.

(True/False)
4.8/5
(32)

It is easy to enforce the referential integrity actions for M-M relationships.

(True/False)
4.9/5
(33)

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

(Multiple Choice)
4.7/5
(38)

In many-to-many relationships in a relational database design ________.

(Multiple Choice)
4.8/5
(38)

A referential integrity constraint policy that guarantees that a row in a parent table always has a required entry in a child table ________.

(Multiple Choice)
4.8/5
(32)

The last step in creating a table is to verify table normalization.

(True/False)
5.0/5
(25)

Which of the following is not true about surrogate keys?

(Multiple Choice)
4.8/5
(32)

In representing a 1:N relationship in a relational database design,the key of the table representing the entity on the "many" side is placed as a foreign key in the table representing the entity on the "one" side of the relationship.

(True/False)
4.9/5
(34)

A referential integrity constraint policy that insures that foreign key values in a table are correctly maintained when there is a change to the primary key value in the parent table is called ________.

(Multiple Choice)
4.8/5
(39)

A null value is an attribute value that has been set to zero.

(True/False)
4.7/5
(23)

A surrogate key is appropriate when the primary key of a table contains a lengthy text field.

(True/False)
4.8/5
(31)

The ideal primary key is short,numeric,and fixed.

(True/False)
4.8/5
(32)

A referential integrity constraint policy that insures that all rows containing a particular foreign key value in a table are eliminated from the table when the row containing the corresponding primary key value in a parent table is eliminated from the database is called cascading deletes.

(True/False)
4.8/5
(42)

An entity needs to be examined according to normalization criteria before creating a table from it in the relational database design.

(True/False)
4.9/5
(28)
Showing 21 - 40 of 103
close modal

Filters

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