home / psephology

certifications

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

29 rows where political_party_id = 36

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ candidacy_id political_party_id adjunct_to_certification_id
290 299 299 Communist Party of Britain 36  
913 943 943 Communist Party of Britain 36  
1425 1471 1471 Communist Party of Britain 36  
2135 2195 2195 Communist Party of Britain 36  
2298 2363 2363 Communist Party of Britain 36  
2364 2431 2431 Communist Party of Britain 36  
2647 2725 2725 Communist Party of Britain 36  
2910 2999 2999 Communist Party of Britain 36  
3414 3524 3524 Communist Party of Britain 36  
14098 14869 14869 Communist Party of Britain 36  
14359 15151 15151 Communist Party of Britain 36  
14859 15690 15690 Communist Party of Britain 36  
15741 16638 16638 Communist Party of Britain 36  
15801 16705 16705 Communist Party of Britain 36  
16351 17295 17295 Communist Party of Britain 36  
17649 18705 18705 Communist Party of Britain 36  
17904 18993 18993 Communist Party of Britain 36  
17912 19002 19002 Communist Party of Britain 36  
18176 19286 19286 Communist Party of Britain 36  
18551 19697 19697 Communist Party of Britain 36  
18776 19952 19952 Communist Party of Britain 36  
18999 20188 20188 Communist Party of Britain 36  
19176 20381 20381 Communist Party of Britain 36  
19359 20581 20581 Communist Party of Britain 36  
19394 20617 20617 Communist Party of Britain 36  
19587 20830 20830 Communist Party of Britain 36  
19780 21035 21035 Communist Party of Britain 36  
20625 21971 21971 Communist Party of Britain 36  
20911 22287 22287 Communist Party of Britain 36  

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