profanity
2 rows where task = 33
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
89 | Series 1 1 | The last supper. 6 | The most satisfying item 33 | Greg Davies 2 | shit | Yes, please, Greg. That's why we came, to see you shit yourself. | ✓ |
90 | Series 1 1 | The last supper. 6 | The most satisfying item 33 | Romesh Ranganathan 6 | prick | It's backfired, I look like a prick now. | ✓ |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE profanity ( id INTEGER PRIMARY KEY, series INTEGER REFERENCES series(id), episode INTEGER REFERENCES episodes(id), task INTEGER REFERENCES tasks(id), speaker INTEGER REFERENCES people(id), roots TEXT, quote TEXT, studio INTEGER );