home / colmem

committee_membership

Data source: See col-scraper on GitHub

7 rows where member_id = 1948

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
855 855 Board of Governors of the City of London School for Girls 236 Rehana Banu Ameer 1948  
856 856 Community & Children's Services Committee 120 Rehana Banu Ameer 1948  
857 857 223 Rehana Banu Ameer 1948  
858 858 Digital Services Sub (Finance) Committee 257 Rehana Banu Ameer 1948  
859 859 Finance Committee 145 Rehana Banu Ameer 1948  
860 860 Planning and Transportation Committee 143 Rehana Banu Ameer 1948  
861 861 Port Health & Environmental Services Committee 262 Rehana Banu Ameer 1948  

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