home / colmem

committee_membership

Data source: See col-scraper on GitHub

2 rows where committee_id = 1063

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
615 615 Reference Sub (Committee of Aldermanic Almoners, Common Council Governors and Donation Governors of Christ's Hospital) Committee 1063 James Henry George Pollard 408  
844 844 Reference Sub (Committee of Aldermanic Almoners, Common Council Governors and Donation Governors of Christ's Hospital) Committee 1063 Marianne Bernadette Fredericks 223  

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