home / colmem

committee_membership

Data source: See col-scraper on GitHub

19 rows where committee_id = 1072

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
29 29 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Edward Lord 292  
128 128 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Tom Sleigh 1213  
266 266 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Sir David Hugh Wootton 397  
294 294 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Catherine McGuinness 373  
304 304 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Dominic Gerard Christian 1757  
405 405 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Jamie Ingham Clark 1223  
428 428 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Karina Dostalova 1222  
477 477 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Christopher Michael Hayward 1218  
525 525 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Anne Helen Fairweather 1756  
543 543 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 William Anthony Bowater Russell 1202  
566 566 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Tijs Broeke 1954  
605 605 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Prem Goyal 1939  
738 738 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Simon D'Olier Duckworth 151  
748 748 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Sir Michael Snyder 385  
773 773 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Keith David Forbes Bottomley 1666  
808 808 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Jeremy Mayhew 370  
946 946 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 James Richard Tumbridge 394  
1103 1103 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Sir Mark Boleat 136  
1108 1108 Public Relations and Economic Development Sub (Policy & Resources) Committee 1072 Andrew Paul Mayer 1945  

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