podcast
2 rows where guest = 50
This data as json, CSV (advanced)
| id ▲ | episode | guest | topic | rating |
|---|---|---|---|---|
| 3 | 3 | Jo Brand 50 | Point of swivel. 77 | 5 |
| 122 | 121 | Jo Brand 50 | Butter in the microwave. 66 | 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 );