home / colmem

committee_membership

Data source: See col-scraper on GitHub

6 rows where member_id = 217

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
412 412 223 Sophie Anne Fernandes 217  
413 413 Licensing (Hearing) Sub Committee 200 Sophie Anne Fernandes 217  
414 414 Licensing Committee 123 Sophie Anne Fernandes 217  
415 415 Planning and Transportation Committee 143 Sophie Anne Fernandes 217  
416 416 Port Health & Environmental Services Committee 262 Sophie Anne Fernandes 217  
417 417 Reference Sub (Licensing) Committee 986 Sophie Anne Fernandes 217  

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