home / colmem

committee_membership

Data source: See col-scraper on GitHub

3 rows where committee_id = 163

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
548 548 Finance and Resources Committee of the Board of Governors of the Guildhall School of Music & Drama 163 George Christopher Abrahams 131  
624 624 Finance and Resources Committee of the Board of Governors of the Guildhall School of Music & Drama 163 Graham Packham 1221  
1114 1114 Finance and Resources Committee of the Board of Governors of the Guildhall School of Music & Drama 163 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 75.554ms · Data source: See col-scraper on GitHub