home / colmem

committee_membership

Data source: See col-scraper on GitHub

9 rows where member_id = 401

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
244 244 Committee of Aldermanic Almoners, Common Council Governors and Donation Governors of Christ's Hospital 206 John George Stewart Scott 401  
245 245 223 John George Stewart Scott 401  
246 246 Courts Sub (Policy & Resources) Committee 1229 John George Stewart Scott 401  
247 247 Finance Committee 145 John George Stewart Scott 401  
248 248 Freedom Applications Committee 183 John George Stewart Scott 401  
249 249 Gresham (City Side) Committee 259 John George Stewart Scott 401  
250 250 Markets Committee 411 John George Stewart Scott 401  
251 251 Members Privileges Sub (Policy and Resources) Committee 407 John George Stewart Scott 401  
252 252 Reference Sub (Markets) Committee 563 John George Stewart Scott 401  

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