profanity
2 rows where task = 693
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1743 | Series 14 14 | The system of endless plates. 124 | Blow an item onto The Knappett 693 | Fern Brady 89 | shit | Oh, shit. | ✓ |
1744 | Series 14 14 | The system of endless plates. 124 | Blow an item onto The Knappett 693 | Greg Davies 2 | shit | Oh, 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 );