title_coiners
2 rows where coiner = 54
This data as json, CSV (advanced)
| id ▲ | episode | coiner | task |
|---|---|---|---|
| 75 | God's haemorrhoid. 75 | Johnny Vegas 54 | Get the most eggs in the pan 434 |
| 77 | Point of swivel. 77 | Johnny Vegas 54 | Catapult a shoe into a bathtub 445 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE title_coiners ( id INTEGER PRIMARY KEY, episode INTEGER REFERENCES episodes(id), coiner INTEGER REFERENCES people(id), task INTEGER REFERENCES tasks(id) );