home / colmem

committee_membership

Data source: See col-scraper on GitHub

8 rows where committee_id = 1205

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
26 26 Outside Bodies Sub (Policy and Resources) Committee 1205 Edward Lord 292  
54 54 Outside Bodies Sub (Policy and Resources) Committee 1205 Tom Hoffman 251  
291 291 Outside Bodies Sub (Policy and Resources) Committee 1205 Catherine McGuinness 373  
506 506 Outside Bodies Sub (Policy and Resources) Committee 1205 Mary Durcan 1957  
735 735 Outside Bodies Sub (Policy and Resources) Committee 1205 Simon D'Olier Duckworth 151  
805 805 Outside Bodies Sub (Policy and Resources) Committee 1205 Jeremy Mayhew 370  
945 945 Outside Bodies Sub (Policy and Resources) Committee 1205 James Richard Tumbridge 394  
1080 1080 Outside Bodies Sub (Policy and Resources) Committee 1205 Henry Nicholas Almroth Colthurst 1210  

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