home / colmem

committee_membership

Data source: See col-scraper on GitHub

7 rows where member_id = 1757

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
298 298 Academic & Education Committee of the Board of Governors of the City of London School 1232 Dominic Gerard Christian 1757  
299 299 Board of Governors of the City of London School 233 Dominic Gerard Christian 1757  
300 300 Corporate Asset Sub (Finance) Committee 216 Dominic Gerard Christian 1757  
301 301 223 Dominic Gerard Christian 1757  
302 302 Finance Committee 145 Dominic Gerard Christian 1757  
303 303 Freedom Applications Committee 183 Dominic Gerard Christian 1757  
304 304 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Dominic Gerard Christian 1757  

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