podcast
3 rows where guest = 90
This data as json, CSV (advanced)
Suggested facets: rating
| id ▲ | episode | guest | topic | rating |
|---|---|---|---|---|
| 101 | 100 | John Kearns 90 | Dafty in the middle. 120 | 5 |
| 117 | 116 | John Kearns 90 | This is Trevor. 61 | 5 |
| 149 | 148 | John Kearns 90 | Fagin at the disco. 147 | 4 |
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 );