home / psephology

certifications

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

19 rows where political_party_id = 258

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ candidacy_id political_party_id adjunct_to_certification_id
17271 18285 18285 Alba Party 258  
17291 18306 18306 Alba Party 258  
17309 18324 18324 Alba Party 258  
17339 18357 18357 Alba Party 258  
17381 18400 18400 Alba Party 258  
17934 19024 19024 Alba Party 258  
18227 19342 19342 Alba Party 258  
18401 19527 19527 Alba Party 258  
18561 19708 19708 Alba Party 258  
18654 19819 19819 Alba Party 258  
18769 19945 19945 Alba Party 258  
18778 19954 19954 Alba Party 258  
18785 19961 19961 Alba Party 258  
18793 19969 19969 Alba Party 258  
19161 20366 20366 Alba Party 258  
19461 20693 20693 Alba Party 258  
19475 20707 20707 Alba Party 258  
19631 20880 20880 Alba Party 258  
20357 21671 21671 Alba Party 258  

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