Since the referential integrity was imposed between the tabular variables
CITIES and STORES we need to insert the tuples of CITIES before we can insert
the tuples of STORES. Otherwise, the cities mentioned in the values of STORES
can not reference a city in a value of CITIES and the insertion in STORES will
be rejected.