Page 1 of 1

Your requirement is to allow only one industry for a given Account. What would you do to start to meet the requirement?

Posted: Sun Jun 11, 2023 3:56 pm
by answerhappygod
Your requirement is to allow only one industry for a given Account. What would you do to start 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 component's main table.
D. Validate there is a foreign key to the Industry business component's main table on the S_ORG_INDUST table. E. Validate there is a foreign key on the Industry business component's main table that points to the S_ORG_EXT table.