In my schema i have clients. Each customer can have up to 3 addresses (customer table has 3 columns, Add_ID1 Add_ID2, Add_ID3 which point to Address.Add_ID in the address table).
Relationship in the database is One Customer to Many Addresses.
Im unsure how to store this in MDS/ do i create a customer entity and address entity, or just one entity with all details for the 3 addresses?