home / colmem

committee_membership

Data source: See col-scraper on GitHub

12 rows where committee_id = 387

✎ View and edit SQL

This data as json, CSV (advanced)

Link rowid ▼ committee_id member_id role
511 511 Board of Governors of the Guildhall School of Music and Drama 387 Stuart John Fraser, CBE 221  
536 536 Board of Governors of the Guildhall School of Music and Drama 387 William Anthony Bowater Russell 1202  
545 545 Board of Governors of the Guildhall School of Music and Drama 387 George Christopher Abrahams 131  
621 621 Board of Governors of the Guildhall School of Music and Drama 387 Graham Packham 1221  
792 792 Board of Governors of the Guildhall School of Music and Drama 387 Jeremy Mayhew 370  
828 828 Board of Governors of the Guildhall School of Music and Drama 387 Marianne Bernadette Fredericks 223  
866 866 Board of Governors of the Guildhall School of Music and Drama 387 Randall Keith Anderson 1227  
949 949 Board of Governors of the Guildhall School of Music and Drama 387 John Douglas Chapman 160  
960 960 Board of Governors of the Guildhall School of Music and Drama 387 David John Bradshaw 137  
1110 1110 Board of Governors of the Guildhall School of Music and Drama 387 Vivienne Littlechild 287  
1128 1128 Board of Governors of the Guildhall School of Music and Drama 387 Michael John Cassidy 141  
1162 1162 Board of Governors of the Guildhall School of Music and Drama 387 Ann Holmes 1230  

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