home / colmem

committee_membership

Data source: See col-scraper on GitHub

4 rows where committee_id = 201

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
826 826 Audit and Risk Management Committee of the Board of Governors of the Guildhall School of Music & Drama 201 Marianne Bernadette Fredericks 223  
863 863 Audit and Risk Management Committee of the Board of Governors of the Guildhall School of Music & Drama 201 Randall Keith Anderson 1227  
948 948 Audit and Risk Management Committee of the Board of Governors of the Guildhall School of Music & Drama 201 John Douglas Chapman 160  
1160 1160 Audit and Risk Management Committee of the Board of Governors of the Guildhall School of Music & Drama 201 Ann Holmes 1230  

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