home / colmem

committee_membership

Data source: See col-scraper on GitHub

5 rows where committee_id = 171

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
348 348 Performance and Resource Management Committee of the Police Authority Board 171 Nicholas Michael Bensted-Smith 1472  
440 440 Performance and Resource Management Committee of the Police Authority Board 171 Douglas Barrow 128  
561 561 Performance and Resource Management Committee of the Police Authority Board 171 Tijs Broeke 1954  
767 767 Performance and Resource Management Committee of the Police Authority Board 171 Keith David Forbes Bottomley 1666  
1035 1035 Performance and Resource Management Committee of the Police Authority Board 171 James Michael Douglas Thomson 1207  

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