home / colmem

committee_membership

Data source: See col-scraper on GitHub

6 rows where committee_id = 398

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
63 63 Professional Standards and Integrity Committee of the Police Authority Board 398 Emma Edhem 1458  
350 350 Professional Standards and Integrity Committee of the Police Authority Board 398 Nicholas Michael Bensted-Smith 1472  
443 443 Professional Standards and Integrity Committee of the Police Authority Board 398 Douglas Barrow 128  
565 565 Professional Standards and Integrity Committee of the Police Authority Board 398 Tijs Broeke 1954  
1037 1037 Professional Standards and Integrity Committee of the Police Authority Board 398 James Michael Douglas Thomson 1207  
1142 1142 Professional Standards and Integrity Committee of the Police Authority Board 398 Alison Gowman 229  

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