home / colmem

committee_membership

Data source: See col-scraper on GitHub

8 rows where member_id = 1939

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
598 598 Board of Governors of the City of London School for Girls 236 Prem Goyal 1939  
599 599 Community & Children's Services Committee 120 Prem Goyal 1939  
600 600 220 Prem Goyal 1939  
601 601 223 Prem Goyal 1939  
602 602 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Prem Goyal 1939  
603 603 Member Development Steering Group 174 Prem Goyal 1939  
604 604 Planning and Transportation Committee 143 Prem Goyal 1939  
605 605 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Prem Goyal 1939  

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