Questions to test your knowledge
We'll now present seven questions to help assess your knowledge of designing a data model in the Lightning Platform. There are questions about the choice of relationship types and appropriate field types when presented with a given scenario.
There are questions about the impacts of changing data types along with questions to test your knowledge of the capabilities of Schema Builder. The answers can be found at the end of the chapter.
Question 1 – Designing a data model
Your company has asked you to build an app for managing the equipment that is used in meeting rooms in the organization. There are many rooms and each room can have many pieces of equipment and equipment can be moved from room to room. How can you design the data model for this requirement? (Select one)
a) Create a Room custom object and custom fields on the Room object to store the equipment in use.
b) Create an Equipment custom object and a Room custom object...