home / psephology

certifications

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

20 rows where political_party_id = 47

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ candidacy_id political_party_id adjunct_to_certification_id
503 523 523 The Socialist Party of Great Britain 47  
509 530 530 The Socialist Party of Great Britain 47  
641 663 663 The Socialist Party of Great Britain 47  
1108 1143 1143 The Socialist Party of Great Britain 47  
1344 1387 1387 The Socialist Party of Great Britain 47  
1775 1830 1830 The Socialist Party of Great Britain 47  
2592 2668 2668 The Socialist Party of Great Britain 47  
2600 2676 2676 The Socialist Party of Great Britain 47  
3338 3444 3444 The Socialist Party of Great Britain 47  
3501 3616 3616 The Socialist Party of Great Britain 47  
3984 4123 4123 The Socialist Party of Great Britain 47  
5301 5510 5510 The Socialist Party of Great Britain 47  
6598 6853 6853 The Socialist Party of Great Britain 47  
7541 7843 7843 The Socialist Party of Great Britain 47  
8114 8442 8442 The Socialist Party of Great Britain 47  
10810 11302 11302 The Socialist Party of Great Britain 47  
11428 11966 11966 The Socialist Party of Great Britain 47  
16931 17912 17912 The Socialist Party of Great Britain 47  
18158 19266 19266 The Socialist Party of Great Britain 47  
18705 19875 19875 The Socialist Party of Great Britain 47  

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