Question 1 Report
The emergency radio network records equipment inspections using Fig. 1. Each radio has a serial number. Inspectors complete several checks during one inspection, and the database must record the result of every check without repeating the inspection date for each item.
(a) State the relationship between Inspection and CheckResult. [1]
(b) Give two fields that could form a composite key in CheckResult. [2]
(c) State one field that should be stored in Inspection. [1]
(d) Give one advantage of this design over placing Check1, Check2 and Check3 in Inspection. [1]
(e) State a suitable data type for a pass or fail result. [1]
This design separates an inspection from its individual check results. It avoids storing a fixed set of repeating Check fields.
Everything you need to excel in your exams