constituency_areas
Data license: Open Parliament Licence · Data source: UK Parliament election results website
32 rows where boundary_set_id = 2
This data as json, CSV (advanced)
Suggested facets: constituency_area_type_id
id ▼ | name | geographic_code | english_region_id | country_id | constituency_area_type_id | boundary_set_id |
---|---|---|---|---|---|---|
651 | Aberafan Maesteg | W07000081 | Wales 6 | County 1 | 2 2 | |
660 | Alyn and Deeside | W07000082 | Wales 6 | County 1 | 2 2 | |
672 | Bangor Aberconwy | W07000083 | Wales 6 | County 1 | 2 2 | |
712 | Blaenau Gwent and Rhymney | W07000084 | Wales 6 | County 1 | 2 2 | |
729 | Brecon, Radnor and Cwm Tawe | W07000085 | Wales 6 | County 1 | 2 2 | |
734 | Bridgend | W07000086 | Wales 6 | County 1 | 2 2 | |
756 | Caerfyrddin | W07000087 | Wales 6 | County 1 | 2 2 | |
757 | Caerphilly | W07000088 | Wales 6 | County 1 | 2 2 | |
764 | Cardiff East | W07000089 | Wales 6 | Borough 3 | 2 2 | |
765 | Cardiff North | W07000090 | Wales 6 | Borough 3 | 2 2 | |
766 | Cardiff South and Penarth | W07000091 | Wales 6 | Borough 3 | 2 2 | |
767 | Cardiff West | W07000092 | Wales 6 | Borough 3 | 2 2 | |
774 | Ceredigion Preseli | W07000093 | Wales 6 | County 1 | 2 2 | |
794 | Clwyd East | W07000094 | Wales 6 | County 1 | 2 2 | |
795 | Clwyd North | W07000095 | Wales 6 | County 1 | 2 2 | |
834 | Dwyfor Meirionnydd | W07000096 | Wales 6 | County 1 | 2 2 | |
901 | Gower | W07000097 | Wales 6 | County 1 | 2 2 | |
997 | Llanelli | W07000098 | Wales 6 | County 1 | 2 2 | |
1016 | Merthyr Tydfil and Aberdare | W07000099 | Wales 6 | County 1 | 2 2 | |
1017 | Mid and South Pembrokeshire | W07000100 | Wales 6 | County 1 | 2 2 | |
1034 | Monmouthshire | W07000101 | Wales 6 | County 1 | 2 2 | |
1035 | Montgomeryshire and Glyndŵr | W07000102 | Wales 6 | County 1 | 2 2 | |
1040 | Neath and Swansea East | W07000103 | Wales 6 | County 1 | 2 2 | |
1049 | Newport East | W07000104 | Wales 6 | County 1 | 2 2 | |
1050 | Newport West and Islwyn | W07000105 | Wales 6 | County 1 | 2 2 | |
1108 | Pontypridd | W07000106 | Wales 6 | County 1 | 2 2 | |
1123 | Rhondda and Ogmore | W07000107 | Wales 6 | County 1 | 2 2 | |
1222 | Swansea West | W07000108 | Wales 6 | County 1 | 2 2 | |
1239 | Torfaen | W07000109 | Wales 6 | County 1 | 2 2 | |
1248 | Vale of Glamorgan | W07000110 | Wales 6 | County 1 | 2 2 | |
1293 | Wrexham | W07000111 | Wales 6 | County 1 | 2 2 | |
1298 | Ynys Môn | W07000112 | Wales 6 | County 1 | 2 2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "constituency_areas" ( [id] INTEGER PRIMARY KEY, [name] TEXT, [geographic_code] TEXT, [english_region_id] INTEGER REFERENCES [english_regions]([id]), [country_id] INTEGER REFERENCES [countries]([id]), [constituency_area_type_id] INTEGER REFERENCES [constituency_area_types]([id]), [boundary_set_id] INTEGER REFERENCES [boundary_sets]([id]) ); CREATE INDEX [idx_constituency_areas_boundary_set_id] ON [constituency_areas] ([boundary_set_id]); CREATE INDEX [idx_constituency_areas_constituency_area_type_id] ON [constituency_areas] ([constituency_area_type_id]); CREATE INDEX [idx_constituency_areas_country_id] ON [constituency_areas] ([country_id]); CREATE INDEX [idx_constituency_areas_english_region_id] ON [constituency_areas] ([english_region_id]);