home / psephology

certifications

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

5 rows where political_party_id = 146

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ candidacy_id political_party_id adjunct_to_certification_id
5922 6157 6157 Church of the Militant Elvis Party 146  
7464 7757 7757 Church of the Militant Elvis Party 146  
10709 11192 11192 Church of the Militant Elvis Party 146  
15261 16129 16129 Church of the Militant Elvis Party 146  
21446 22883 22883 Church of the Militant Elvis Party 146  

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