TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 398

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1027 Series 9 9 Quisps. 68 Fill a tray with things beginning with a letter you chose 398 David Baddiel 48 bollock That was a mistake, wasn't it? Bollocks.
1028 Series 9 9 Quisps. 68 Fill a tray with things beginning with a letter you chose 398 Rose Matafeo 52 fuck It's a tube, fuck.
1029 Series 9 9 Quisps. 68 Fill a tray with things beginning with a letter you chose 398 Greg Davies 2 ass/arse Drink receptacles, my sweet ass. ✓
1030 Series 9 9 Quisps. 68 Fill a tray with things beginning with a letter you chose 398 Ed Gamble 49 fuck Fuck it, I call 'em cups. ✓

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