home / colmem

committee_membership

Data source: See col-scraper on GitHub

9 rows where member_id = 1219

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
354 354 Audit and Risk Management Committee 244 Christopher Paul Boden 1219  
355 355 Barbican Residential Committee 153 Christopher Paul Boden 1219  
356 356 223 Christopher Paul Boden 1219  
357 357 Dispensations Sub (Standards) Committee 1106 Christopher Paul Boden 1219  
358 358 Finance Committee 145 Christopher Paul Boden 1219  
359 359 Health and Social Care Scrutiny Committee 185 Christopher Paul Boden 1219  
360 360 Inner North East London Joint Health Overview and Scrutiny Committee 252 Christopher Paul Boden 1219  
361 361 Investment Committee 176 Christopher Paul Boden 1219  
362 362 Property Investment Board 125 Christopher Paul Boden 1219  

Advanced export

JSON shape: default, array, newline-delimited

CSV options:

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");
Powered by Datasette · Queries took 11.942ms · Data source: See col-scraper on GitHub