home / colmem

committee_membership

Data source: See col-scraper on GitHub

5 rows where committee_id = 165

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
122 122 Finance Committee of the Barbican Centre Board 165 Tom Sleigh 1213  
176 176 Finance Committee of the Barbican Centre Board 165 Judith Pleasance 1212  
190 190 Finance Committee of the Barbican Centre Board 165 David Andrew Graves 231  
593 593 Finance Committee of the Barbican Centre Board 165 Wendy Hyde 263  
1150 1150 Finance Committee of the Barbican Centre Board 165 Dr Giles Robert Evelyn Shilson 383  

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