If the search key of a secondary index is not a candidate key,
it is not enough to point to just the first record with each search-key
value because the remaining records with the same search-key value
could be anywhere in the file.
Therefore, a secondary index must contain pointers to all the records.
Figure 11.5: Sparse secondary index on cname.