home / colmem

committee_membership

Data source: See col-scraper on GitHub

8 rows where member_id = 385

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
743 743 Board of Governors of the City of London School for Girls 236 Sir Michael Snyder 385  
744 744 Capital Buildings Committee 1255 Sir Michael Snyder 385  
745 745 223 Sir Michael Snyder 385  
746 746 Finance Committee 145 Sir Michael Snyder 385  
747 747 Policy and Resources Committee 395 Sir Michael Snyder 385  
748 748 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Sir Michael Snyder 385  
749 749 Reference Sub Committee of the Board of Governors of the City of London School for Girls 196 Sir Michael Snyder 385  
750 750 Resource Allocation Sub (Policy and Resources) Committee 396 Sir Michael Snyder 385  

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 19.536ms · Data source: See col-scraper on GitHub