home / colmem

committee_membership

Data source: See col-scraper on GitHub

14 rows where member_id = 384

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
654 654 Ashtead Common Consultative Group 141 Jeremy Lewis Simons 384  
655 655 223 Jeremy Lewis Simons 384  
656 656 Culture, Heritage and Libraries Committee 177 Jeremy Lewis Simons 384  
657 657 Epping Forest & Commons Committee 122 Jeremy Lewis Simons 384  
658 658 Health and Wellbeing Board 994 Jeremy Lewis Simons 384  
659 659 Members Privileges Sub (Policy and Resources) Committee 407 Jeremy Lewis Simons 384  
660 660 Open Spaces and City Gardens 175 Jeremy Lewis Simons 384  
661 661 Policy and Resources Committee 395 Jeremy Lewis Simons 384  
662 662 Port Health & Environmental Services Committee 262 Jeremy Lewis Simons 384  
663 663 Reference Sub Committee of the Barbican Centre Board 172 Jeremy Lewis Simons 384  
664 664 Standards Committee 408 Jeremy Lewis Simons 384  
665 665 Taught Degree Awarding Powers Sub Committee of the Board of Governors of the Guildhall School of Music & Drama 555 Jeremy Lewis Simons 384  
666 666 West Ham Park Committee 400 Jeremy Lewis Simons 384  
667 667 West Wickham, Spring Park and Coulsdon Commons Consultation Group 1077 Jeremy Lewis Simons 384  

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