home / colmem

committee_membership

Data source: See col-scraper on GitHub

14 rows where committee_id = 250

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
85 85 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Wendy Mead 375  
420 420 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Karina Dostalova 1222  
451 451 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Michael Hudson 256  
491 491 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Oliver Sells QC 1941  
514 514 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Stuart John Fraser, CBE 221  
520 520 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Anne Helen Fairweather 1756  
602 602 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Prem Goyal 1939  
637 637 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Mark Bostock 1958  
683 683 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 William Upton QC 1935  
693 693 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 John Tomlinson 392  
784 784 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Gregory Jones QC 1220  
818 818 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Ruby Sayed 1938  
901 901 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 Graeme Martyn Smith 1231  
963 963 Hampstead Heath, Highgate Wood and Queen's Park Committee 250 David John Bradshaw 137  

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