Exam 5: Database Design

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

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

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

True

To represent a M:N relationship in the relational model,an intersection table is created to represent the relationship itself.

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

True

In the relational model,many-to-many relationships cannot be directly represented by relations the way 1:1 and 1:N relationships can.

Free
(True/False)
4.7/5
(45)
Correct Answer:
Verified

True

A(n)________ is a relationship among entities of the same class.

(Short Answer)
4.8/5
(36)

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

(True/False)
4.8/5
(32)

To create a 1:1 relationship in Microsoft Access,the Indexed property of the foreign key column must be set to Yes (No Duplicates).

(True/False)
4.9/5
(38)

The first step in representing entities using the relational model is to determine which identifier will be used as the key.

(True/False)
4.7/5
(40)

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

(Multiple Choice)
4.9/5
(38)

An entity needs to be examined according to normalization criteria before creating a table from it in the relational database design.

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

(Multiple Choice)
4.9/5
(30)

To represent a many-to-many relationship in the relational model,a(n)________ table is used.

(Short Answer)
4.9/5
(33)

Explain the pragmatic reason for using surrogate keys.

(Essay)
4.8/5
(31)

In a relational database design,all relationships are expressed by ________.

(Multiple Choice)
4.8/5
(35)

What relationship pattern is illustrated in the following schema? PRODUCT (ProductID,Description) SUPPLIER (SupplierID,ContactName,PhoneNumber) PRODUCT_SUPPLIER (ProductID,SupplierID,Cost) ProductID in PRODUCT_SUPPLIER must exist in ProductID in PRODUCT SupplierID in PRODUCT_SUPPLIER must exist in SupplierID in PRODUCT

(Multiple Choice)
4.8/5
(33)

Which of the following is true when representing a 1:1 binary relationship using the relational model?

(Multiple Choice)
4.9/5
(43)

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

(Multiple Choice)
4.9/5
(33)

All recursive relationships are 1:1.

(True/False)
4.7/5
(41)

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

(Essay)
4.9/5
(45)

For a(n)________ weak entity,it is necessary to add the key of the parent entity to the weak entity's relation so that this added attribute becomes part of the weak entity's key.

(Short Answer)
4.9/5
(35)

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

(Multiple Choice)
4.8/5
(31)
Showing 1 - 20 of 81
close modal

Filters

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