home / colmem

committee_membership

Data source: See col-scraper on GitHub

5 rows where member_id = 207

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: role

Link rowid ▼ committee_id member_id role
219 219 Committee of Aldermanic Almoners, Common Council Governors and Donation Governors of Christ's Hospital 206 The Lord Mountevans, Jeffrey Evans 207  
220 220 220 The Lord Mountevans, Jeffrey Evans 207  
221 221 223 The Lord Mountevans, Jeffrey Evans 207  
222 222 Education Board 1147 The Lord Mountevans, Jeffrey Evans 207  
223 223 Policy and Resources Committee 395 The Lord Mountevans, Jeffrey Evans 207 Ex-Officio Member

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