Filters
Question type

Study Flashcards

For a 1:1 relationship,the key of each table should be placed in the other table as the foreign key.

Correct Answer

verifed

verified

As far as Microsoft Access is concerned,there are no ________.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

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.

Correct Answer

verifed

verified

STUDENT (StudentID, StuName, StuMajor, StuPhone, AdvisorID) ADVISOR (AdvisorID, AdvName, AdvOffice, AdvPhone) AdvisorID in STUDENT must exist in AdvisorID in ADVISOR.

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

Correct Answer

verifed

verified

Edit Relat...

View Answer

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

Correct Answer

verifed

verified

When applied to 1:N relationships,the term "parent" refers to the many side of the relationship since a child may have many parents.

Correct Answer

verifed

verified

When creating a table in the relational database design from an entity in the extended E-R model,the attributes of the entity become the rows of the table.

Correct Answer

verifed

verified

False

The technique for representing E-R relationships in the relational model is dependent on the minimum cardinality.

Correct Answer

verifed

verified

To create a 1:1 relationship between two tables in Microsoft Access,the Indexed property of the foreign key column must be set to ________.

Correct Answer

verifed

verified

Yes (No Duplicates)

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


A) the key of the child is placed as a foreign key into the parent
B) the key of the parent is placed as a foreign key into the child
C) the keys of both tables are placed in a third table
D) the keys of both tables are joined into a composite key
E) C and D

Correct Answer

verifed

verified

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?   A)  PRODUCT <u>(ProductID</u>,Description,Cost)  SUPPLIER <u>(SupplierID</u>,ContactName,PhoneNumber)  B)  PRODUCT <u>(ProductID</u>,Description,Cost,SupplierID)  SUPPLIER .<u>(SupplierID</u>,ContactName,PhoneNumber,ProductID) . C)  PRODUCT <u>(ProductID</u>,Description,Cost)  SUPPLIER ,<u>(SupplierID</u>,ContactName,PhoneNumber)  PRODUCT_SUPPLIER <u>(ProductID</u>,SupplierID) ..  D)  PRODUCT <u>(ProductID</u>,Description,Cost,SupplierID)  SUPPLIER <u>(SupplierID</u>,ContactName,PhoneNumber) , E)  PRODUCT <u>(ProductID</u>,Description,Cost)  SUPPLIER <u>(SupplierID</u>,ContactName,PhoneNumber)  PRODUCT_SUPPLIER <u> ( ProductID  , SupplierID) </u>,.


A)
PRODUCT (ProductID,Description,Cost) SUPPLIER (SupplierID,ContactName,PhoneNumber)
B)
PRODUCT (ProductID,Description,Cost,SupplierID) SUPPLIER .(SupplierID,ContactName,PhoneNumber,ProductID) .
C)
PRODUCT (ProductID,Description,Cost) SUPPLIER ,(SupplierID,ContactName,PhoneNumber)
PRODUCT_SUPPLIER (ProductID,SupplierID) ..

D)
PRODUCT (ProductID,Description,Cost,SupplierID) SUPPLIER (SupplierID,ContactName,PhoneNumber) ,
E)
PRODUCT (ProductID,Description,Cost) SUPPLIER (SupplierID,ContactName,PhoneNumber)
PRODUCT_SUPPLIER ( ProductID , SupplierID) ,.

Correct Answer

verifed

verified

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


A) One table is created for the supertype and one for each subtype.
B) All of the attributes of the supertype are added to the subtype relations.
C) The key of the supertype is made the key of the subtypes.
D) A subtype and its supertype are representations of the same underlying table.
E) An instance of the supertype may be related to one instance each of several subtypes.

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

What relationship pattern is illustrated in the following schema? EMPLOYEE EmployeeID,OfficePhone,Manager) Manager in EMPLOYEE must exist in EmployeeID in EMPLOYEE


A) Association relationship
B) Intersection relationship
C) Recursive relationship
D) Strong entity relationship
E) Supertype/subtype relationship

Correct Answer

verifed

verified

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


A) The key of the entity with the highest minimum cardinality must be placed in the other entity as a foreign key.
B) The key of each entity must be placed in the other as a foreign key.
C) The key of either entity is placed in the other as a foreign key.
D) The key of the entity with the most attributes must be placed in the other entity as a foreign key.
E) Both entities must have the same primary key.

Correct Answer

verifed

verified

Explain the representation of ID-dependent weak entities using the relational model.

Correct Answer

verifed

verified

A weak entity is represented in the rela...

View Answer

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


A) creating a primary key
B) creating a foreign key
C) creating a supertype
D) creating a subtype
E) creating a line between entities

Correct Answer

verifed

verified

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

Correct Answer

verifed

verified

One-to-one recursive relationships are a...

View Answer

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

Correct Answer

verifed

verified

Showing 1 - 20 of 81

Related Exams

Show Answer