Data Modeling Query
I need help with one of the questions from AEP certification! I will try to recollect the question along with the options given.
Q: 'Order' and 'Item' tables are given. Here are the table details:
Order Table (Id, Date, Customers, etc)
Item Table (Order Id, Item Id)
What is the best way to model it?
a) Model Order table as an XDM Experience Event class-based schema and Item table as Custom class
OR
b) Model as an XDM Experience Event class-based schema

