home / colmem

committee_membership

Data source: See col-scraper on GitHub

13 rows where member_id = 251

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
45 45 Barbican Centre Board 140 Tom Hoffman 251  
46 46 Board of Governors of the City of London School for Girls 236 Tom Hoffman 251  
47 47 223 Tom Hoffman 251  
48 48 Culture, Heritage and Libraries Committee 177 Tom Hoffman 251  
49 49 Freedom Applications Committee 183 Tom Hoffman 251  
50 50 Gresham (City Side) Committee 259 Tom Hoffman 251  
51 51 Markets Committee 411 Tom Hoffman 251  
52 52 Member Development Steering Group 174 Tom Hoffman 251  
53 53 Members Privileges Sub (Policy and Resources) Committee 407 Tom Hoffman 251  
54 54 Outside Bodies Sub (Policy and Resources) Committee 1205 Tom Hoffman 251  
55 55 Policy and Resources Committee 395 Tom Hoffman 251  
56 56 Port Health & Environmental Services Committee 262 Tom Hoffman 251  
57 57 Reference Sub Committee of the Barbican Centre Board 172 Tom Hoffman 251  

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