Exam 6: Transforming Data Models Into Database Designs

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

A referential integrity constraint policy that guarantees that a row in a parent table always has a required entry in a child table ________.

(Multiple Choice)
4.7/5
(33)

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

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

In a 1:N relationship,the term "parent" refers to the table on the "many" side of the relationship.

(True/False)
4.7/5
(26)

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

(True/False)
4.9/5
(43)

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

(True/False)
4.9/5
(44)

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

The ideal primary key is short,numeric,and fixed.

(True/False)
4.8/5
(25)

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

(Essay)
4.7/5
(32)

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

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

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

(True/False)
4.8/5
(27)

In a 1:1 relationship,the foreign key is defined as an alternate key to make the DBMS enforce uniqueness.

(True/False)
4.7/5
(29)

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 cascading changes.

(True/False)
4.8/5
(36)

All identifying relationships are 1:N.

(True/False)
4.8/5
(43)

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

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

(Essay)
4.8/5
(39)

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

(Multiple Choice)
4.8/5
(35)

How are one-to-one recursive relationships addressed using the relational model?

(Essay)
4.8/5
(37)

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

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

Filters

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