home / colmem

committee_membership

Data source: See col-scraper on GitHub

5 rows where committee_id = 1253

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
215 215 Epping Forest Consultative Committee 1253 Benjamin Daniel Murphy 2058  
231 231 Epping Forest Consultative Committee 1253 Sylvia Doreen Moys 381  
322 322 Epping Forest Consultative Committee 1253 Caroline Wilma Haines 1940  
898 898 Epping Forest Consultative Committee 1253 Graeme Martyn Smith 1231  
1001 1001 Epping Forest Consultative Committee 1253 Philip Woodhouse 1211  

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