home / colmem

committee_membership

Data source: See col-scraper on GitHub

13 rows where committee_id = 389

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
112 112 Streets and Walkways Sub (Planning and Transportation) Committee 389 Barbara Patricia Newman 363  
410 410 Streets and Walkways Sub (Planning and Transportation) Committee 389 Jamie Ingham Clark 1223  
480 480 Streets and Walkways Sub (Planning and Transportation) Committee 389 Christopher Michael Hayward 1218  
494 494 Streets and Walkways Sub (Planning and Transportation) Committee 389 Oliver Sells QC 1941  
552 552 Streets and Walkways Sub (Planning and Transportation) Committee 389 Christopher Hill 1942  
575 575 Streets and Walkways Sub (Planning and Transportation) Committee 389 Paul Nicholas Martinelli 1217  
633 633 Streets and Walkways Sub (Planning and Transportation) Committee 389 Graham Packham 1221  
719 719 Streets and Walkways Sub (Planning and Transportation) Committee 389 Peter Gordon Bennett 1888  
778 778 Streets and Walkways Sub (Planning and Transportation) Committee 389 Keith David Forbes Bottomley 1666  
893 893 Streets and Walkways Sub (Planning and Transportation) Committee 389 Randall Keith Anderson 1227  
985 985 Streets and Walkways Sub (Planning and Transportation) Committee 389 Shravan Jashvantrai Joshi 2104  
1145 1145 Streets and Walkways Sub (Planning and Transportation) Committee 389 Alison Gowman 229  
1177 1177 Streets and Walkways Sub (Planning and Transportation) Committee 389 Alastair Michael Moss 1226  

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