Exam 6: Transforming Data Models Into Database Designs

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

Association tables sometimes connect more than two entities.

(True/False)
4.8/5
(29)

Data types are consistent across all DBMS products.

(True/False)
4.9/5
(30)

To represent an M:N relationship in a relational database design,in essence it is reduced to two 1:N relationships.

(True/False)
4.8/5
(33)

The ideal primary key is ________.

(Multiple Choice)
4.9/5
(40)

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

The binary constraint MUST NOT indicates that ________.

(Multiple Choice)
4.9/5
(30)

When transforming supertype/subtype entities into a relational database design,an entity is created for the supertype only.

(True/False)
4.8/5
(40)

Write the schema to represent the entities below,including tables,the proper placement of the foreign key,and referential integrity constraint. Write the schema to represent the entities below,including tables,the proper placement of the foreign key,and referential integrity constraint.

(Essay)
4.8/5
(32)

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

(True/False)
4.8/5
(37)

The key of an intersection table is always the combination of the keys of both parents.

(True/False)
4.7/5
(39)

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

(True/False)
4.8/5
(33)

When creating a relational database design from E-R diagrams,first create a relation for each relationship.

(True/False)
4.7/5
(37)

In a relational database design,all relationships are expressed by creating a foreign key.

(True/False)
4.8/5
(40)

A default value is the value the user enters into the row the first time the user enters data.

(True/False)
4.9/5
(39)

Explain the representation of a one-to-many strong entity relationship in a relational database design.

(Essay)
4.8/5
(42)

An intersection table is always ID-dependent on both of its parent tables.

(True/False)
4.7/5
(37)

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

(True/False)
4.8/5
(29)

In 1:N relationships,the table on the "one" side is called the parent.

(True/False)
4.7/5
(43)

When representing a one-to-many relationship in a relational database design ________.

(Multiple Choice)
4.9/5
(33)

Cascading deletions are generally not used with relationships for weak child entities.

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

Filters

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