certifications
Data license: Open Parliament Licence · Data source: UK Parliament election results website
13 rows where political_party_id = 73
This data as json, CSV (advanced)
id ▼ | candidacy_id | political_party_id | adjunct_to_certification_id |
---|---|---|---|
1370 | 1414 1414 | Lincolnshire Independents 73 | |
1479 | 1526 1526 | Lincolnshire Independents 73 | |
1992 | 2049 2049 | Lincolnshire Independents 73 | |
2050 | 2106 2106 | Lincolnshire Independents 73 | |
2980 | 3071 3071 | Lincolnshire Independents 73 | |
9461 | 9867 9867 | Lincolnshire Independents 73 | |
11549 | 12093 12093 | Lincolnshire Independents 73 | |
12776 | 13427 13427 | Lincolnshire Independents 73 | |
14909 | 15742 15742 | Lincolnshire Independents 73 | |
15483 | 16361 16361 | Lincolnshire Independents 73 | |
16405 | 17352 17352 | Lincolnshire Independents 73 | |
18861 | 20040 20040 | Lincolnshire Independents 73 | |
20485 | 21810 21810 | Lincolnshire Independents 73 |
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]);