home / colmem

committee_membership

Data source: See col-scraper on GitHub

5 rows where committee_id = 850

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
72 72 Lord Mayor's Show Ltd 850 The Rt. Hon. the Lord Mayor, Alderman Peter Estlin 1419  
142 142 Lord Mayor's Show Ltd 850 Sheriff Vincent Thomas Keaveny 1395  
541 541 Lord Mayor's Show Ltd 850 William Anthony Bowater Russell 1202  
651 651 Lord Mayor's Show Ltd 850 Timothy Russell Hailes 1260  
910 910 Lord Mayor's Show Ltd 850 Professor Michael Raymond Mainelli 1323  

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