TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 337

✎ 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
891 Series 8 8 Stuck in a mammal groove. 57 Work out what Alex is wearing 337 Iain Stirling 43 fuck Skirt? Fuck!
892 Series 8 8 Stuck in a mammal groove. 57 Work out what Alex is wearing 337 Iain Stirling 43 damn Damn it!
893 Series 8 8 Stuck in a mammal groove. 57 Work out what Alex is wearing 337 Greg Davies 2 fuck You can't go on any quiz show ever because you give an answer, and then you go, "Fuck!" ✓

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