CREATE TABLE Random_region_lookup_table ( Entry_key INT IDENTITY, Generation_number int NOT NULL, Place_key int NOT NULL )