The specification of Nested_Table_Id and the given attributes as the primary key for the
storage table serves two purposes: it serves as the key for the index and it enforces uniqueness
of the columns (lName, telNo) of a nested table within each row of the parent table. By
including these columns in the key, the statement ensures that the columns contain distinct
values within each member of staff.