profanity
2 rows where task = 553
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1431 | Series 12 12 | The end of the franchise. 98 | Copy Alex 553 | Greg Davies 2 | hell | I'm sure you'll both be very happy together in Hell. | ✓ |
1432 | Series 12 12 | The end of the franchise. 98 | Copy Alex 553 | Desiree Burch 69 | damn | Damn it. |
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 );