Exam 6: Transforming Data Models Into Database Designs

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

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

(True/False)
4.9/5
(34)

One of the important properties of a column is whether or not it is ________.

(Multiple Choice)
4.9/5
(37)

Briefly describe the process of converting an extended E-R model into a relational database design.

(Essay)
4.9/5
(37)

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

(True/False)
4.9/5
(35)

Whether or not an attribute is required is determined during the database modeling phase.

(True/False)
4.9/5
(35)

When transforming supertype/subtype entities into a relational database design,all of the attributes for the supertype table are placed into the subtype relations.

(True/False)
4.8/5
(37)

When transforming an ID-dependent E-R data model relationship into a relational database design and the child entity is designed to use a surrogate key,then ________.

(Multiple Choice)
4.9/5
(30)

Cascading deletions are generally not used with relationships between strong entities.

(True/False)
4.9/5
(30)

In a supertype-subtype structure,discriminator attributes ________.

(Multiple Choice)
4.9/5
(37)

The binary constraint MUST COVER indicates that ________.

(Multiple Choice)
4.9/5
(29)

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

(True/False)
4.8/5
(37)

A data constraint is a limitation on data values.

(True/False)
4.9/5
(43)

All identifying relationships are 1:N.

(True/False)
4.8/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.7/5
(30)

Explain the pragmatic reason for using surrogate keys.

(Essay)
4.8/5
(27)

Which of the following is not true about representing subtypes in a relational database design?

(Multiple Choice)
4.9/5
(28)

To represent a one-to-many relationship in a relational database design the key of the child table is placed as a foreign key into the other table.

(True/False)
4.9/5
(43)

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 ________.

(Multiple Choice)
4.8/5
(40)

When transforming an extended E-R model into a relational database design,recursive relationships are treated fundamentally the same as other HAS-A relationships.

(True/False)
5.0/5
(41)

When creating a table for an ID-dependent entity,both the key of the parent and the key of the entity itself must appear in the table.

(True/False)
5.0/5
(26)
Showing 41 - 60 of 103
close modal

Filters

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