Exam 6: Transforming Data Models Into Database Designs

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

Which of the following is not true of recursive relationships?

(Multiple Choice)
4.8/5
(40)

Using the VRG database as an example,briefly describe what a final database design consists of.

(Essay)
4.8/5
(29)

Discriminator attributes can be represented in relational designs.

(True/False)
4.8/5
(30)

When the parent entity has a surrogate key,the enforcement actions are the same for both parent and child.

(True/False)
4.9/5
(33)

In representing a 1:N relationship in a relational database design,the key of the table representing the parent entity is placed as a foreign key in the table representing the child entity.

(True/False)
4.8/5
(40)

The first step in the database design process is to create tables and columns from entities and attributes.

(True/False)
5.0/5
(36)

Which of the following is not true for an ideal primary key?

(Multiple Choice)
4.9/5
(28)

When transforming supertype/subtype entities into a relational database design,the key of the supertype table is placed into the subtype table typically as the key.

(True/False)
4.8/5
(38)

Which of the following is not true about N:M recursive relationships?

(Multiple Choice)
4.8/5
(40)

Many-to-many relationships are represented by ________.

(Multiple Choice)
4.8/5
(35)

What are the four sets of minimum cardinalities that can be present in a 1:N binary relationship?

(Essay)
4.8/5
(43)

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

(Multiple Choice)
4.8/5
(31)

A foreign key is a key that does not belong in any table.

(True/False)
4.7/5
(39)

Like all ID-dependent relationships,the parents of an association table are required.

(True/False)
4.7/5
(45)

When placing a foreign key for a 1:1 relationship,the key of either table can be used as the foreign key in the other table.

(True/False)
4.9/5
(35)

The design transformation for all IS-A relationships can be summarized by the phrase "place the key of the parent table in the child table."

(True/False)
4.8/5
(37)

One of the important properties of a column is whether or not it can have a NULL value.

(True/False)
4.7/5
(37)

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

(True/False)
4.8/5
(35)

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

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

(True/False)
4.8/5
(37)
Showing 61 - 80 of 103
close modal

Filters

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