home / colmem

committee_membership

Data source: See col-scraper on GitHub

5 rows where member_id = 276

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
528 528 223 Gregory Alfred Lawrence 276  
529 529 Epping Forest & Commons Committee 122 Gregory Alfred Lawrence 276  
530 530 Epping Forest Joint Consultative Committee 1251 Gregory Alfred Lawrence 276  
531 531 Finance Committee 145 Gregory Alfred Lawrence 276  
532 532 Markets Committee 411 Gregory Alfred Lawrence 276  

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