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.
Your requirement is to allow only one industry for a given Account. What would you do to start to meet the requirement?
-
- Site Admin
- Posts: 899589
- Joined: Mon Aug 02, 2021 8:13 am