Exam 6: Transforming Data Models Into Database Designs

arrow

14,005 students have unlocked this exam

  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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

(Essay)
4.8/5
(43)

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

(True/False)
4.8/5
(45)

An ID-dependent table can be used to represent multivalued attributes.

(True/False)
4.9/5
(31)

A data constraint is a limitation on data values.

(True/False)
4.8/5
(36)

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

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

(True/False)
4.7/5
(31)

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

(True/False)
4.9/5
(39)

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

(True/False)
4.8/5
(33)

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

(True/False)
4.8/5
(37)

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

(Essay)
4.8/5
(41)

Which of the following is not true about surrogate keys?

(Multiple Choice)
4.8/5
(33)

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

(True/False)
4.8/5
(44)

Data types are consistent across all DBMS products.

(True/False)
4.9/5
(30)

Association tables sometimes connect more than two entities.

(True/False)
4.8/5
(40)

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

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

The last step in creating a table is to verify table normalization.

(True/False)
4.9/5
(40)

In many-to-many relationships in a relational database design,the primary keys of both tables are joined into a composite primary key in the intersection table.

(True/False)
4.8/5
(40)

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

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

Filters

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