home / colmem

committee_membership

Data source: See col-scraper on GitHub

5 rows where committee_id = 196

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
351 351 Reference Sub Committee of the Board of Governors of the City of London School for Girls 196 Nicholas Michael Bensted-Smith 1472  
586 586 Reference Sub Committee of the Board of Governors of the City of London School for Girls 196 Richard David Regan 367  
749 749 Reference Sub Committee of the Board of Governors of the City of London School for Girls 196 Sir Michael Snyder 385  
887 887 Reference Sub Committee of the Board of Governors of the City of London School for Girls 196 Randall Keith Anderson 1227  
1069 1069 Reference Sub Committee of the Board of Governors of the City of London School for Girls 196 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 94.617ms · Data source: See col-scraper on GitHub