home / colmem

committee_membership

Data source: See col-scraper on GitHub

6 rows where member_id = 2259

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
238 238 Board of Governors of the City of London Freemen's School 230 Bronek Masojada 2259  
239 239 220 Bronek Masojada 2259  
240 240 223 Bronek Masojada 2259  
241 241 Homelessness and Rough Sleeping Sub Committee 1261 Bronek Masojada 2259  
242 242 Markets Committee 411 Bronek Masojada 2259  
243 243 Social Investment Board 1064 Bronek Masojada 2259  

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