english_regions
Data license: Open Parliament Licence · Data source: UK Parliament election results website
0 rows where country_id = 5
This data as json
0 records
CREATE TABLE "english_regions" ( [id] INTEGER PRIMARY KEY, [name] TEXT, [geographic_code] TEXT, [country_id] INTEGER REFERENCES [countries]([id]) ); CREATE INDEX [idx_english_regions_country_id] ON [english_regions] ([country_id]);