TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 402

✎ 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
1041 Series 9 9 Another spoon. 69 Make an accurate and inventive egg timer 402 David Baddiel 48 bollock Oh bollocks, right, that's alright, that's alright.
1042 Series 9 9 Another spoon. 69 Make an accurate and inventive egg timer 402 David Baddiel 48 fuck Oh, fuck!
1043 Series 9 9 Another spoon. 69 Make an accurate and inventive egg timer 402 David Baddiel 48 bollock Bollocks.
1044 Series 9 9 Another spoon. 69 Make an accurate and inventive egg timer 402 David Baddiel 48 fuck Well, that's not very nice, I didn't fucking torture you. ✓
1045 Series 9 9 Another spoon. 69 Make an accurate and inventive egg timer 402 Rose Matafeo 52 shit Oh, it's Taskmaster, shit.

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