committee_membership
Data source: See col-scraper on GitHub
6 rows where member_id = 1458
This data as json, CSV (advanced)
Link | rowid ▼ | committee_id | member_id | role |
---|---|---|---|---|
58 | 58 | Board of Governors of the City of London School for Girls 236 | Emma Edhem 1458 | |
59 | 59 | 220 | Emma Edhem 1458 | |
60 | 60 | 223 | Emma Edhem 1458 | |
61 | 61 | Planning and Transportation Committee 143 | Emma Edhem 1458 | |
62 | 62 | Police Authority Board 142 | Emma Edhem 1458 | |
63 | 63 | Professional Standards and Integrity Committee of the Police Authority Board 398 | Emma Edhem 1458 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE committee_membership( committee_id INTEGER REFERENCES committees(id), member_id INTEGER REFERENCES members(id), role VARCHAR(50) ); CREATE INDEX committee_membership_committee_id ON committee_membership("committee_id"); CREATE INDEX committee_membership_member_id ON committee_membership("member_id");