home / colmem

committee_membership

Data source: See col-scraper on GitHub

3 rows where committee_id = 1260

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
167 167 Nominations Sub Committee of the Audit and Risk Management Committee 1260 Alexander Robertson Martin Barr 1951  
674 674 Nominations Sub Committee of the Audit and Risk Management Committee 1260 Ian David Luder 296  
883 883 Nominations Sub Committee of the Audit and Risk Management Committee 1260 Randall Keith Anderson 1227  

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