Your requirement is to allow only one industry for a given Account. What would you do to meet the
requirement?
A.
Create a new Industry table.
B.
Create a new foreign key on S_INDUST that points to S_ORG_EXT.
C.
Validate there is a foreign key on S_ORG_EXT that points to the Industry business components main table.
D.
Validate there is a foreign key to the Industry business components main table on the S_ORG_INDUST
table.
E.
Validate there is a foreign key on the Industry business components main table that points to the
S_ORG_EXT table.