commons_library_dashboard_countries
Data license: Open Parliament Licence · Data source: UK Parliament election results website
1 row where commons_library_dashboard_id = 2
This data as json, CSV (advanced)
Advanced export
JSON shape: default, array, newline-delimited, object
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]);