create dimension GEOGRAPHY
 level COUNTRY_ID       is COUNTRY.Country
 level CONTINENT_id     is CONTINENT.Continent
 hierarchy COUNTRY_ROLLUP (
  COUNTRY_ID           child of
  CONTINENT_ID
 join key COUNTRY.Continent references CONTINENT_id);