Exam 6: Transforming Data Models Into Database Designs

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

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

(True/False)
4.8/5
(37)

What are MUST NOT and MUST COVER constraints?

(Essay)
5.0/5
(35)

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

(Multiple Choice)
4.8/5
(33)

For the M-O (parent mandatory,child optional)case,what action(s)should be taken to ensure minimum cardinality is maintained?

(Multiple Choice)
4.9/5
(39)

Referential integrity constraints should disallow adding a new row to a child table when the foreign key does not match a primary key value in the parent table.

(True/False)
4.9/5
(46)

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

(True/False)
4.9/5
(34)

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

(Essay)
4.8/5
(30)

In many-to-many relationships between strong entities in a relational database design,which of the following is not true?

(Multiple Choice)
4.9/5
(33)

To represent a 1:1 binary relationship in a relational database design,the key of one table is placed into the second table.

(True/False)
4.9/5
(39)

Which of the following is not true of MUST constraint?

(Multiple Choice)
4.7/5
(34)

The binary constraint must cover indicates that ________.

(Multiple Choice)
4.9/5
(36)

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

(True/False)
4.7/5
(40)

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

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

(True/False)
4.8/5
(40)

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

Each attribute of an entity becomes a(n)________ of a table.

(Multiple Choice)
4.9/5
(33)

A surrogate key should be considered when ________.

(Multiple Choice)
4.8/5
(32)

By default,the identifier of the entity becomes the foreign key of the corresponding table.

(True/False)
4.9/5
(35)

A surrogate key is a unique,system-supplied identifier used as the primary key of a table.

(True/False)
4.8/5
(28)
Showing 81 - 100 of 103
close modal

Filters

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