profanity
2 rows where task = 496
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
1297 | Series 11 11 | The Lure of the Treacle Puppies. 87 | Make the balloon hover 496 | Lee Mack 65 | bugger bastard |
Oh, you bugger! Oh, you... bastard! | |
1298 | Series 11 11 | The Lure of the Treacle Puppies. 87 | Make the balloon hover 496 | Greg Davies 2 | hell | That would be one hell of an ending to a dance. | ✓ |
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 );