Solved

You Have a Conceptual Model for the Relationship Between Production

Question 49

Multiple Choice

You have a conceptual model for the relationship between Production Run and Employee in the conversion cycle as follows. How should this relationship be implemented in relational table format? You have a conceptual model for the relationship between Production Run and Employee in the conversion cycle as follows. How should this relationship be implemented in relational table format?   A)  Make a table called Production Run, a table called Employee and post the primary key from the Employee table into the Production Run table. B)  Make a table called Involves, a table called Production Run and post the primary key from the Involves table into the Production Run table. C)  Make a table called Production Run, a table called Employee and a table called Involves that has a concatenated primary key. D)  Make a table called Production Run, a table called Employee and post the primary key from the Production Run table into the Employee table. E)  Make a table called Production Run, a table called Employee and post the primary key from the Production Run table into the Supervisors table.


A) Make a table called Production Run, a table called Employee and post the primary key from the Employee table into the Production Run table.
B) Make a table called Involves, a table called Production Run and post the primary key from the Involves table into the Production Run table.
C) Make a table called Production Run, a table called Employee and a table called Involves that has a concatenated primary key.
D) Make a table called Production Run, a table called Employee and post the primary key from the Production Run table into the Employee table.
E) Make a table called Production Run, a table called Employee and post the primary key from the Production Run table into the Supervisors table.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions