Free Microsoft Power Platform PL-400 Actual Exam Questions - Question 9 Discussion
DRAG DROP A travel company has a Common Data Service (CDS) environment. The company requires the following: Custom entities that track which countries/regions their clients have traveled. The dates their clients traveled to these countries/regions. You need to create the entities and relationships to meet the requirements. Which three actions should perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order. NOTE: More than one order of answer choices is correct. You will receive credit for any of the correct order you select. 
If client and country entities are already there, start by creating the travel entity to hold the dates. Then set up one-to-many relationships from travel to client and travel to country. That way, each travel record links properly to both.
Creating entities first then linking travel to client and country makes sense.
Start by creating the custom entities for Client, Country, and Travel. Then set up relationships linking Travel to both Client and Country, so you can track trips and dates properly.
The date clearly belongs on the travel entity since it captures individual trips. Also, linking travel to both client and country entities makes sense for tracking purposes. So, start by creating custom entities, then set relationships accordingly.
Is the date field supposed to be on the travel entity or client entity?