Unit 03 · lesson
Evidence Check: Choose the Data Model
A school robotics team needs to store members, events, robot test runs, sensor notes, and photos.
Your evidence
Create a data-model decision that includes:
- A list of the main entities or document types.
- Three relationships the system must preserve.
- One query the system must answer reliably.
- A relational design sketch.
- A non-relational design sketch.
- Your choice and two reasons.
- One condition that would make you change your choice.
Check your reasoning
“SQL is structured” and “NoSQL is flexible” are not enough. Tie the choice to the actual relationships and queries.
Done when
Your design can answer the required query and your chosen model has a stated tradeoff rather than a generic advantage list.