home / psephology

certifications

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

13 rows where political_party_id = 97

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ candidacy_id political_party_id adjunct_to_certification_id
2679 2757 2757 The Justice & Anti-Corruption Party 97  
2686 2765 2765 The Justice & Anti-Corruption Party 97  
4770 4950 4950 The Justice & Anti-Corruption Party 97  
6150 6391 6391 The Justice & Anti-Corruption Party 97  
6901 7165 7165 The Justice & Anti-Corruption Party 97  
7937 8255 8255 The Justice & Anti-Corruption Party 97  
9221 9607 9607 The Justice & Anti-Corruption Party 97  
10040 10477 10477 The Justice & Anti-Corruption Party 97  
11614 12167 12167 The Justice & Anti-Corruption Party 97  
12531 13158 13158 The Justice & Anti-Corruption Party 97  
13310 14004 14004 The Justice & Anti-Corruption Party 97  
14564 15369 15369 The Justice & Anti-Corruption Party 97  
16122 17045 17045 The Justice & Anti-Corruption Party 97  

Advanced export

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

CSV options:

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]);
Powered by Datasette · Queries took 6.454ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website