TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 406

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1051 Series 9 9 Bready bready bready. 70 Make a body part abnormally long 406 David Baddiel 48 cock I'm just gonna say the words 'my cock', and move on.
1052 Series 9 9 Bready bready bready. 70 Make a body part abnormally long 406 Alex Horne 1 cock I wanna find out if he went cock or not. ✓
1053 Series 9 9 Bready bready bready. 70 Make a body part abnormally long 406 Katherine Ryan 11 cock
cock
Love that your first thought was cock, you made a cock, and at the last second put it on your head. ✓
1054 Series 9 9 Bready bready bready. 70 Make a body part abnormally long 406 Alex Horne 1 bollock
bollock
You did say at the time, the wig was the dog's bollocks. You kept saying "the wig's the dog's bollocks". ✓

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

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
);
Powered by Datasette · Queries took 11.609ms