home / psephology

english_regions

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

0 rows where country_id = 6

✎ View and edit SQL

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