home / colmem

committee_membership

Data source: See col-scraper on GitHub

4 rows where committee_id = 185

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
86 86 Health and Social Care Scrutiny Committee 185 Wendy Mead 375  
359 359 Health and Social Care Scrutiny Committee 185 Christopher Paul Boden 1219  
452 452 Health and Social Care Scrutiny Committee 185 Michael Hudson 256  
1116 1116 Health and Social Care Scrutiny Committee 185 Vivienne Littlechild 287  

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