home / psephology

certifications

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

34 rows where political_party_id = 50

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ candidacy_id political_party_id adjunct_to_certification_id
619 641 641 Workers Revolutionary Party 50  
1090 1125 1125 Workers Revolutionary Party 50  
1529 1577 1577 Workers Revolutionary Party 50  
1700 1753 1753 Workers Revolutionary Party 50  
2919 3008 3008 Workers Revolutionary Party 50  
3283 3387 3387 Workers Revolutionary Party 50  
3534 3649 3649 Workers Revolutionary Party 50  
4346 4506 4506 Workers Revolutionary Party 50  
4740 4916 4916 Workers Revolutionary Party 50  
5082 5276 5276 Workers Revolutionary Party 50  
5229 5432 5432 Workers Revolutionary Party 50  
6259 6504 6504 Workers Revolutionary Party 50  
7517 7816 7816 Workers Revolutionary Party 50  
7903 8218 8218 Workers Revolutionary Party 50  
8256 8587 8587 Workers Revolutionary Party 50  
8506 8853 8853 Workers Revolutionary Party 50  
9822 10244 10244 Workers Revolutionary Party 50  
11249 11773 11773 Workers Revolutionary Party 50  
11586 12136 12136 Workers Revolutionary Party 50  
11894 12469 12469 Workers Revolutionary Party 50  
12460 13077 13077 Workers Revolutionary Party 50  
13122 13797 13797 Workers Revolutionary Party 50  
14047 14811 14811 Workers Revolutionary Party 50  
14681 15497 15497 Workers Revolutionary Party 50  
14754 15579 15579 Workers Revolutionary Party 50  
15505 16387 16387 Workers Revolutionary Party 50  
15542 16427 16427 Workers Revolutionary Party 50  
15954 16871 16871 Workers Revolutionary Party 50  
16712 17682 17682 Workers Revolutionary Party 50  
18904 20089 20089 Workers Revolutionary Party 50  
18936 20120 20120 Workers Revolutionary Party 50  
19428 20656 20656 Workers Revolutionary Party 50  
20075 21359 21359 Workers Revolutionary Party 50  
20108 21396 21396 Workers Revolutionary Party 50  

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