Multiple Choice
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?
A) PRODUCT (ProductID,Description,Cost) SUPPLIER (SupplierID,ContactName,PhoneNumber)
B) PRODUCT (ProductID,Description,Cost) SUPPLIER (SupplierID,ContactName,PhoneNumber,ProductID)
C) PRODUCT (ProductID,Description,Cost,SupplierID) SUPPLIER (SupplierID,ContactName,PhoneNumber,ProductID)
D) PRODUCT (ProductID,Description,Cost,ContactName) SUPPLIER (SupplierID,ContactName,PhoneNumber)
E) PRODUCT (ProductID,Description,Cost,SupplierID) SUPPLIER (SupplierID,ContactName,PhoneNumber)
Correct Answer:

Verified
Correct Answer:
Verified
Q4: A(n)_ is a relationship among entities of
Q19: Which of the following is not true
Q21: How are 1:1,1:N and N:M relationships handled
Q24: Relations should always be normalized to the
Q37: An entity needs to be examined according
Q52: Once a table has been defined,it should
Q62: Microsoft Access uses the same pure N:M
Q72: Microsoft Access does not create N:M relationships
Q74: Relationships that are 1:1 do not require
Q81: In many-to-many relationships in a relational database