A client has a database of customers who purchase different products. Which data model approach should the Campaign Classic developer use to save the navigation information?
A.
A data schema for products linked to customers schema
B.
A many-to-many data schema between customer and products
C.
A data schema for each product and linked to the customer schema
In a scenario where customers can purchase multiple products, and each product can be purchased by multiple customers, a many-to-many data model is the most appropriate approach in Adobe Campaign Classic. This model involves creating a linking table (or schema) that references both the customer schema and the product schema.
By using a many-to-many relationship, the developer can efficiently track and manage customer-product associations without data redundancy. This structure enables accurate navigation and querying across customer purchases, providing flexibility to track purchases, manage customer preferences, and analyze purchasing behaviors across the entire customer base.
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit