profanity
2 rows where task = 778
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1930 | Series 16 16 | Languidly. 141 | The present that raises the most questions 778 | Greg Davies 2 | Christ | Jesus Christ. | ✓ |
1931 | Series 16 16 | Languidly. 141 | The present that raises the most questions 778 | Greg Davies 2 | dick | Why would a small dog be given a chew, and why does that chew look like two dicks? | ✓ |
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 );