certifications
Data license: Open Parliament Licence · Data source: UK Parliament election results website
20 rows where political_party_id = 165
This data as json, CSV (advanced)
id ▼ | candidacy_id | political_party_id | adjunct_to_certification_id |
---|---|---|---|
7924 | 8242 8242 | Scottish Family Party 165 | |
9315 | 9705 9705 | Scottish Family Party 165 | |
10766 | 11256 11256 | Scottish Family Party 165 | |
11196 | 11715 11715 | Scottish Family Party 165 | |
17270 | 18284 18284 | Scottish Family Party 165 | |
17278 | 18293 18293 | Scottish Family Party 165 | |
17521 | 18555 18555 | Scottish Family Party 165 | |
18177 | 19287 19287 | Scottish Family Party 165 | |
18391 | 19516 19516 | Scottish Family Party 165 | |
18399 | 19525 19525 | Scottish Family Party 165 | |
18408 | 19534 19534 | Scottish Family Party 165 | |
18486 | 19623 19623 | Scottish Family Party 165 | |
18504 | 19641 19641 | Scottish Family Party 165 | |
18552 | 19698 19698 | Scottish Family Party 165 | |
18560 | 19707 19707 | Scottish Family Party 165 | |
18568 | 19717 19717 | Scottish Family Party 165 | |
19711 | 20962 20962 | Scottish Family Party 165 | |
19733 | 20984 20984 | Scottish Family Party 165 | |
20356 | 21670 21670 | Scottish Family Party 165 | |
21157 | 22554 22554 | Scottish Family Party 165 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE "certifications" ( [id] INTEGER PRIMARY KEY, [candidacy_id] INTEGER REFERENCES [candidacies]([id]), [political_party_id] INTEGER REFERENCES [political_parties]([id]), [adjunct_to_certification_id] INTEGER REFERENCES [certifications]([id]) ); CREATE INDEX [idx_certifications_adjunct_to_certification_id] ON [certifications] ([adjunct_to_certification_id]); CREATE INDEX [idx_certifications_political_party_id] ON [certifications] ([political_party_id]); CREATE INDEX [idx_certifications_candidacy_id] ON [certifications] ([candidacy_id]);