Exam 5: Database Design

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

How are 1:1,1:N and N:M relationships handled in Microsoft Access?

(Essay)
4.8/5
(30)

By default,when Microsoft Access creates a relationship between two tables it creates a(n)________ relationship.

(Short Answer)
4.8/5
(43)

Which of the following is not true of recursive relationships?

(Multiple Choice)
4.8/5
(41)

Relations should always be normalized to the highest degree possible.

(True/False)
4.8/5
(50)

From a pragmatic standpoint,the only important rule of normalization is that the determinant of every functional dependency must be a candidate key.

(True/False)
4.7/5
(32)

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

(Multiple Choice)
4.8/5
(32)

Recursive relationships can be represented in the relational model using the same techniques that are used for binary relationships.

(True/False)
4.9/5
(30)

Which of the following would be a reason to denormalize a relation?

(Multiple Choice)
4.8/5
(26)

To represent a 1:N relationship in the relational model,the key of either entity may be placed as a foreign key in the other entity.

(True/False)
4.8/5
(30)

Given the tables TABLE_A (Attribute1,Attribute2,Attribute3) TABLE_B (Attribute4,Attribute5,Attribute6) As shown in the figure below,which of the following would display the correct placement of foreign keys in the relational model? Given the tables  TABLE_A (<u>Attribute1</u>,Attribute2,Attribute3)   TABLE_B (<u>Attribute4</u>,Attribute5,Attribute6)  As shown in the figure below,which of the following would display the correct placement of foreign keys in the relational model?

(Multiple Choice)
4.8/5
(35)

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

(Essay)
4.8/5
(27)

Given the tables PRODUCT (ProductID,Description,Cost) SUPPLIER (SupplierID,ContactName,PhoneNumber) As shown in the figure below,which of the following would represent the correct placement of foreign keys? Given the tables  PRODUCT (<u>ProductID</u>,Description,Cost) SUPPLIER (<u>SupplierID</u>,ContactName,PhoneNumber)  As shown in the figure below,which of the following would represent the correct placement of foreign keys?

(Multiple Choice)
4.7/5
(36)

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

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

(Essay)
4.7/5
(35)

As far as Microsoft Access is concerned,there are no 1:N relationships.

(True/False)
4.9/5
(33)

After a 1:1 relationship has been created between two tables in Microsoft Access,the Relationship Type of One-To-One appears in the ________.

(Short Answer)
4.8/5
(39)

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

(True/False)
4.8/5
(43)

By default,Microsoft Access creates 1:1 relationships between tables.

(True/False)
4.8/5
(26)

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

(Essay)
4.7/5
(28)

What is denormalization and why can it be desirable?

(Essay)
4.9/5
(36)
Showing 21 - 40 of 81
close modal

Filters

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