Exam 6: Transforming Data Models Into Database Designs

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

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

Free
(True/False)
4.8/5
(35)
Correct Answer:
Verified

False

To represent a one-to-many relationship in a relational database design,________.

Free
(Multiple Choice)
4.9/5
(31)
Correct Answer:
Verified

B

To represent an IS-A relationship in a relational database design,the IS-A relationship must be converted into a HAS-A relationship.

Free
(True/False)
4.9/5
(33)
Correct Answer:
Verified

False

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)
5.0/5
(26)

When transforming an ID-dependent E-R data model relationship into a relational database design and the parent entity has a surrogate primary key and the child entity has a data identifier,then the primary key of the child table should be ________.

(Multiple Choice)
4.9/5
(39)

A surrogate key is appropriate when the primary key of a table contains a lengthy text field.

(True/False)
4.9/5
(42)

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)
4.8/5
(33)

The values of a surrogate key have no meaning to the users.

(True/False)
4.8/5
(30)

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

(True/False)
4.9/5
(33)

When representing a 1:1 relationship in a relational database design,________.

(Multiple Choice)
4.7/5
(34)

Which of the following is not true about a NULL attribute?

(Multiple Choice)
4.8/5
(30)

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

All identifying relationships are 1:N.

(True/False)
4.9/5
(29)

Write the database table design to represent the data model below,including tables,the proper placement of the foreign key,and referential integrity constraint. Write the database table design to represent the data model below,including tables,the proper placement of the foreign key,and referential integrity constraint.

(Essay)
4.9/5
(39)

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

(True/False)
4.8/5
(37)

When the parent entity is required (M)in a relationship,every row of the child table must have a valid,non-null value of the foreign key.

(True/False)
4.8/5
(40)

In many-to-many relationships in a relational database design,________.

(Multiple Choice)
4.8/5
(33)

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

(True/False)
4.9/5
(36)

What is an association relationship and how does it differ from an N:M relationship?

(Essay)
4.7/5
(31)

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

(True/False)
4.7/5
(35)
Showing 1 - 20 of 103
close modal

Filters

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