home / psephology

certifications

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

7 rows where political_party_id = 23

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ candidacy_id political_party_id adjunct_to_certification_id
200 206 206 The Workers' Party 23  
207 213 213 The Workers' Party 23  
216 222 222 The Workers' Party 23  
2174 2237 2237 The Workers' Party 23  
3470 3582 3582 The Workers' Party 23  
4011 4151 4151 The Workers' Party 23  
4020 4160 4160 The Workers' Party 23  

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 5.652ms · Data license: Open Parliament Licence · Data source: UK Parliament election results website