home / colmem

committee_membership

Data source: See col-scraper on GitHub

4 rows where committee_id = 235

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
922 922 Reference Sub Committee of the Board of Governors of the City of London School 235 Joyce Carruthers Nash 382  
939 939 Reference Sub Committee of the Board of Governors of the City of London School 235 Ian Christopher Norman Seaton 402  
1038 1038 Reference Sub Committee of the Board of Governors of the City of London School 235 James Michael Douglas Thomson 1207  
1045 1045 Reference Sub Committee of the Board of Governors of the City of London School 235 The Revd Stephen Decatur Haines 232  

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