home / colmem

committee_membership

Data source: See col-scraper on GitHub

3 rows where member_id = 141

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
1128 1128 Board of Governors of the Guildhall School of Music and Drama 387 Michael John Cassidy 141  
1129 1129 223 Michael John Cassidy 141  
1130 1130 Investment Committee 176 Michael John Cassidy 141  

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