home / psephology

commons_library_dashboard_countries

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

0 rows where country_id = 3

✎ View and edit SQL

This data as json

0 records

CREATE TABLE "commons_library_dashboard_countries" (
   [id] INTEGER PRIMARY KEY,
   [commons_library_dashboard_id] INTEGER REFERENCES [commons_library_dashboards]([id]),
   [country_id] INTEGER REFERENCES [countries]([id])
);
CREATE INDEX [idx_commons_library_dashboard_countries_country_id]
    ON [commons_library_dashboard_countries] ([country_id]);
CREATE INDEX [idx_commons_library_dashboard_countries_commons_library_dashboard_id]
    ON [commons_library_dashboard_countries] ([commons_library_dashboard_id]);
Powered by Datasette · Queries took 9.663ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website