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