home / colmem

committee_membership

Data source: See col-scraper on GitHub

6 rows where member_id = 221

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
510 510 Board of Governors of the City of London Freemen's School 230 Stuart John Fraser, CBE 221  
511 511 Board of Governors of the Guildhall School of Music and Drama 387 Stuart John Fraser, CBE 221  
512 512 223 Stuart John Fraser, CBE 221  
513 513 Education Board 1147 Stuart John Fraser, CBE 221  
514 514 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Stuart John Fraser, CBE 221  
515 515 Planning and Transportation Committee 143 Stuart John Fraser, CBE 221  

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