interests
Data source: See col-scraper on GitHub
9 rows where member_id = 139
This data as json, CSV (advanced)
Link | rowid ▼ | kind | name | category_id | member_id |
---|---|---|---|---|---|
144 | 144 | member | Trustee: Lord Mayor's 800th Anniversary Awards Trust | Non-pecuniary interests e9002d25 | John Bennett 139 |
145 | 145 | member | Trustee: Charity of Mary Barnes | Non-pecuniary interests e9002d25 | John Bennett 139 |
146 | 146 | member | Trustee: The F.E. Clearly St Margaret Lothbury Church Trust | Non-pecuniary interests e9002d25 | John Bennett 139 |
147 | 147 | member | Broad Street Ward Club | Non-pecuniary interests e9002d25 | John Bennett 139 |
148 | 148 | member | Worshipful Company of International Bankers Liveryman | Non-pecuniary interests e9002d25 | John Bennett 139 |
149 | 149 | member | Institute of Chartered Accountants in England and Wales | Non-pecuniary interests e9002d25 | John Bennett 139 |
150 | 150 | member | Chartered Institute of Securities and Investments | Non-pecuniary interests e9002d25 | John Bennett 139 |
151 | 151 | member | Chartered Management Institution | Non-pecuniary interests e9002d25 | John Bennett 139 |
152 | 152 | member | Institute of Directors | Non-pecuniary interests e9002d25 | John Bennett 139 |
Advanced export
JSON shape: default, array, newline-delimited
CREATE TABLE interests ( kind VARCHAR(10), name TEXT, category_id VARCHAR(8) REFERENCES interest_categories(id), member_id INTEGER REFERENCES members(id) ); CREATE INDEX interests_category_id ON interests("category_id"); CREATE INDEX interests_member_id ON interests("member_id");