profanity
3 rows where task = 692
This data as json, CSV (advanced)
Suggested facets: speaker, roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1740 | Series 14 14 | The system of endless plates. 124 | Hit Bernard with an exercise ball 692 | Munya Chawawa 91 | hell | Yo. What the hell? | |
1741 | Series 14 14 | The system of endless plates. 124 | Hit Bernard with an exercise ball 692 | Munya Chawawa 91 | damn | Oh, damn. | |
1742 | Series 14 14 | The system of endless plates. 124 | Hit Bernard with an exercise ball 692 | Sarah Millican 92 | shit shit |
Ooh, shit, shit. |
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 );