Multiple Choice
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
A) Association relationship
B) Intersection relationship
C) Recursive relationship
D) Strong entity relationship
E) Supertype/subtype relationship
Correct Answer:

Verified
Correct Answer:
Verified
Q7: In a relational database design,all relationships are
Q10: After a 1:1 relationship has been created
Q11: To represent a many-to-many relationship in the
Q15: Which of the following is true when
Q17: All recursive relationships are 1:1.
Q19: What is an association relationship and how
Q19: For a(n)_ weak entity,it is necessary to
Q37: An entity needs to be examined according
Q39: Explain the pragmatic reason for using surrogate
Q78: Which of the following is not true