create index regions_countrycode_ndx on regions (countrycode); create unique index regions_countrycode_region_ndx on regions (countrycode, region);