home / psephology

countries

Data license: Open Parliament Licence · Data source: UK Parliament election results website

0 rows where parent_country_id = 6

✎ View and edit SQL

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]);
Powered by Datasette · Queries took 5.14ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website