committee_membership
Data source: See col-scraper on GitHub
12 rows where member_id = 213
This data as json, CSV (advanced)
Link | rowid ▼ | committee_id | member_id | role |
---|---|---|---|---|
1178 | 1178 | Committee of Aldermanic Almoners, Common Council Governors and Donation Governors of Christ's Hospital 206 | Kevin Malcolm Everett 213 | |
1179 | 1179 | 223 | Kevin Malcolm Everett 213 | |
1180 | 1180 | Dispensations Sub (Standards) Committee 1106 | Kevin Malcolm Everett 213 | |
1181 | 1181 | Establishment Committee 253 | Kevin Malcolm Everett 213 | |
1182 | 1182 | Joint Consultative Committee 254 | Kevin Malcolm Everett 213 | |
1183 | 1183 | Licensing (Hearing) Sub Committee 200 | Kevin Malcolm Everett 213 | |
1184 | 1184 | Licensing Committee 123 | Kevin Malcolm Everett 213 | |
1185 | 1185 | Markets Committee 411 | Kevin Malcolm Everett 213 | |
1186 | 1186 | Port Health & Environmental Services Committee 262 | Kevin Malcolm Everett 213 | |
1187 | 1187 | Reference Sub (Licensing) Committee 986 | Kevin Malcolm Everett 213 | |
1188 | 1188 | Reference Sub (Markets) Committee 563 | Kevin Malcolm Everett 213 | |
1189 | 1189 | Senior Remuneration Sub-Committee 1262 | Kevin Malcolm Everett 213 |
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");