home / colmem

committee_membership

Data source: See col-scraper on GitHub

4 rows where committee_id = 237

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
337 337 Bursary Committee of the Board of Governors of the City of London School for Girls 237 Nicholas Michael Bensted-Smith 1472  
579 579 Bursary Committee of the Board of Governors of the City of London School for Girls 237 Richard David Regan 367  
867 867 Bursary Committee of the Board of Governors of the City of London School for Girls 237 Randall Keith Anderson 1227  
1063 1063 Bursary Committee of the Board of Governors of the City of London School for Girls 237 Clare James 264  

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