home / colmem

committee_membership

Data source: See col-scraper on GitHub

3 rows where member_id = 1592

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
195 195 220 The Rt Hon the Baroness Patricia Scotland of Asthal, QC 1592  
196 196 223 The Rt Hon the Baroness Patricia Scotland of Asthal, QC 1592  
197 197 Policy and Resources Committee 395 The Rt Hon the Baroness Patricia Scotland of Asthal, QC 1592  

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