certifications
Data license: Open Parliament Licence · Data source: UK Parliament election results website
10 rows where political_party_id = 86
This data as json, CSV (advanced)
id ▼ | candidacy_id | political_party_id | adjunct_to_certification_id |
---|---|---|---|
1960 | 2014 2014 | People Before Profit 86 | |
1975 | 2031 2031 | People Before Profit 86 | |
10239 | 10686 10686 | People Before Profit 86 | |
10385 | 10844 10844 | People Before Profit 86 | |
10394 | 10853 10853 | People Before Profit 86 | |
10402 | 10861 10861 | People Before Profit 86 | |
11439 | 11979 11979 | People Before Profit 86 | |
12098 | 12685 12685 | People Before Profit 86 | |
13148 | 13825 13825 | People Before Profit 86 | |
15396 | 16275 16275 | People Before Profit 86 |
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]);