home / colmem

committee_membership

Data source: See col-scraper on GitHub

3 rows where committee_id = 240

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
421 421 Highgate Wood Consultative Group 240 Karina Dostalova 1222  
521 521 Highgate Wood Consultative Group 240 Anne Helen Fairweather 1756  
694 694 Highgate Wood Consultative Group 240 John Tomlinson 392  

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