profanity
2 rows where task = 421
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1101 | Series 9 9 | Don't like them go bang. 73 | Subtly deliver a five word instruction to Alex 421 | David Baddiel 48 | bollock | I don't understand all this bollocks. | |
1102 | Series 9 9 | Don't like them go bang. 73 | Subtly deliver a five word instruction to Alex 421 | Ed Gamble 49 | shit | Are you shitting me?! | ✓ |
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 );