We have indicated that the rows of the nextOfKin nested table are to be stored in a separate
storage table called NextOfKinStorageTable. In the STORE AS clause we have also specified
that the storage table is index-organized (ORGANIZATION INDEX), to cluster rows
belonging to the same parent. We have specified COMPRESS so that the Nested_Table_Id
part of the index key is stored only once for each row of a parent row rather than being
repeated for every row of a parent row object.