TdlM / taskmaster

Menu
  • Make shortlink

profanity

9 rows where episode = 55

✎ View and edit SQL

This data as json, CSV (advanced)

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

id ▲ series episode task speaker roots quote studio
874 Series 8 8 Hello. 55 The most powerful smell 323 Greg Davies 2 fuck Fuck off! ✓
875 Series 8 8 Hello. 55 The most powerful smell 323 Lou Sanders 45 slut Four sluts, that's what I'm hearing! ✓
876 Series 8 8 Hello. 55 Find the baby monitor receiver 324 Paul Sinha 46 twat I'm known for looking like a twat on The Chase. ✓
877 Series 8 8 Hello. 55 Find the baby monitor receiver 324 Greg Davies 2 twat I don't think you look like a twat. ✓
878 Series 8 8 Hello. 55 Make and be seduced by a ventriloquist dummy 325 Joe Thomas 44 shit Shit!
879 Series 8 8 Hello. 55 Make and be seduced by a ventriloquist dummy 325 Joe Thomas 44 fuck Fuck!
880 Series 8 8 Hello. 55 Sneak up on Alex 326 Sian Gibson 47 shit Oh, I am shit at this!
881 Series 8 8 Hello. 55 Sneak up on Alex 326 Sian Gibson 47 shit Down, up... Oh, shit.
882 Series 8 8 Hello. 55 Sneak up on Alex 326 Joe Thomas 44 hell I don't know what the hell that was. ✓

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 15.137ms