home / psephology

certifications

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

16 rows where political_party_id = 51

✎ View and edit SQL

This data as json, CSV (advanced)

id ▼ candidacy_id political_party_id adjunct_to_certification_id
624 646 646 Mebyon Kernow - The Party for Cornwall 51  
2361 2428 2428 Mebyon Kernow - The Party for Cornwall 51  
3042 3139 3139 Mebyon Kernow - The Party for Cornwall 51  
3170 3271 3271 Mebyon Kernow - The Party for Cornwall 51  
3186 3287 3287 Mebyon Kernow - The Party for Cornwall 51  
3443 3554 3554 Mebyon Kernow - The Party for Cornwall 51  
9603 10018 10018 Mebyon Kernow - The Party for Cornwall 51  
10978 11481 11481 Mebyon Kernow - The Party for Cornwall 51  
12865 13526 13526 Mebyon Kernow - The Party for Cornwall 51  
13128 13803 13803 Mebyon Kernow - The Party for Cornwall 51  
14054 14821 14821 Mebyon Kernow - The Party for Cornwall 51  
15793 16696 16696 Mebyon Kernow - The Party for Cornwall 51  
16470 17421 17421 Mebyon Kernow - The Party for Cornwall 51  
16594 17556 17556 Mebyon Kernow - The Party for Cornwall 51  
16613 17575 17575 Mebyon Kernow - The Party for Cornwall 51  
16877 17856 17856 Mebyon Kernow - The Party for Cornwall 51  

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