podcast
2 rows where guest = 2
This data as json, CSV (advanced)
id ▲ | episode | guest | topic | rating |
---|---|---|---|---|
11 | 11 | Greg Davies 2 | Series 10 | 5 |
135 | 134 | Greg Davies 2 | Another spoon. 69 | 5 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE podcast ( id INTEGER PRIMARY KEY, episode INTEGER, guest INTEGER REFERENCES people(id), topic INTEGER REFERENCES episodes(id), rating REAL );