home / psephology

general_election_in_boundary_sets

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

20 rows

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: ordinality, general_election_id, boundary_set_id

id ▼ ordinality general_election_id boundary_set_id
1 1 1 1 6 6
2 1 1 1 7 7
3 2 1 1 8 8
4 1 1 1 5 5
5 2 2 2 6 6
6 2 2 2 7 7
7 3 2 2 8 8
8 2 2 2 5 5
9 3 3 3 6 6
10 3 3 3 7 7
11 4 3 3 8 8
12 3 3 3 5 5
13 4 4 4 6 6
14 4 4 4 7 7
15 5 4 4 8 8
16 4 4 4 5 5
17 1 6 6 1 1
18 1 6 6 2 2
19 1 6 6 3 3
20 1 6 6 4 4

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "general_election_in_boundary_sets" (
   [id] INTEGER PRIMARY KEY,
   [ordinality] INTEGER,
   [general_election_id] INTEGER REFERENCES [general_elections]([id]),
   [boundary_set_id] INTEGER REFERENCES [boundary_sets]([id])
);
CREATE INDEX [idx_general_election_in_boundary_sets_boundary_set_id]
    ON [general_election_in_boundary_sets] ([boundary_set_id]);
CREATE INDEX [idx_general_election_in_boundary_sets_general_election_id]
    ON [general_election_in_boundary_sets] ([general_election_id]);
Powered by Datasette · Queries took 8.255ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website