home / colmem

committee_membership

Data source: See col-scraper on GitHub

4 rows where member_id = 131

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
545 545 Board of Governors of the Guildhall School of Music and Drama 387 George Christopher Abrahams 131  
546 546 Community & Children's Services Committee 120 George Christopher Abrahams 131  
547 547 223 George Christopher Abrahams 131  
548 548 Finance and Resources Committee of the Board of Governors of the Guildhall School of Music & Drama 163 George Christopher Abrahams 131  

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