home / colmem

committee_membership

Data source: See col-scraper on GitHub

11 rows where member_id = 382

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
912 912 Community & Children's Services Committee 120 Joyce Carruthers Nash 382  
913 913 Corporate Asset Sub (Finance) Committee 216 Joyce Carruthers Nash 382  
914 914 223 Joyce Carruthers Nash 382  
915 915 Establishment Committee 253 Joyce Carruthers Nash 382  
916 916 Health and Wellbeing Board 994 Joyce Carruthers Nash 382  
917 917 Joint Consultative Committee 254 Joyce Carruthers Nash 382  
918 918 Markets Committee 411 Joyce Carruthers Nash 382  
919 919 Policy and Resources Committee 395 Joyce Carruthers Nash 382  
920 920 Port Health & Environmental Services Committee 262 Joyce Carruthers Nash 382  
921 921 Reference Sub (Markets) Committee 563 Joyce Carruthers Nash 382  
922 922 Reference Sub Committee of the Board of Governors of the City of London School 235 Joyce Carruthers Nash 382  

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