Exam 6: Transforming Data Models Into Database Designs

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

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

(Multiple Choice)
4.9/5
(39)

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

Recursive M:N relationships are represented with an intersection table that shows pairs of related rows from a single table.

(True/False)
4.9/5
(40)

One of the important properties of an attribute is whether or not it is required.

(True/False)
4.8/5
(47)

When the child entity is required (M)in a relationship,there needs to be at least one child row for each parent row at all times.

(True/False)
4.9/5
(33)

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

(True/False)
4.8/5
(31)

If the parent is required,then a new child row must be created with a valid foreign key value.

(True/False)
4.9/5
(33)

To represent an M:N relationship in a relational database design,a table is created to represent the relationship itself.

(True/False)
5.0/5
(33)

When the parent entity is required (M)in a relationship,every row of the child table must have a valid,non-null value of the foreign key.

(True/False)
4.8/5
(37)

The ideal primary key is ________.

(Multiple Choice)
5.0/5
(40)

To which of the following actions are referential integrity constraints not applied?

(Multiple Choice)
4.8/5
(40)

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

Explain the pragmatic reason for using surrogate keys.

(Essay)
4.8/5
(24)

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

(Essay)
4.7/5
(28)

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

(True/False)
4.9/5
(39)

When transforming an E-R data model into a relational database design,the key of the parent entity should be placed as part of the primary key into the child entity ________.

(Multiple Choice)
4.9/5
(31)

In 1:N relationships,the table on the "many" side is called the child.

(True/False)
4.9/5
(36)

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

When creating a table in the relational database design from an entity in the extended E-R model,the attributes of the entity become the rows of the table.

(True/False)
4.8/5
(26)

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
(30)
Showing 81 - 100 of 103
close modal

Filters

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