TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 486

✎ 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
1273 NYT 2021 -2 The fastest duck. 85 Get the biggest thing through the doughnut 486 Rylan Clark-Neal 61 bastard He's a filthy bastard.
1274 NYT 2021 -2 The fastest duck. 85 Get the biggest thing through the doughnut 486 Rylan Clark-Neal 61 bastard That... is filthy bastard. ✓
1275 NYT 2021 -2 The fastest duck. 85 Get the biggest thing through the doughnut 486 Greg Davies 2 bastard That is filthy bastard. ✓
1276 NYT 2021 -2 The fastest duck. 85 Get the biggest thing through the doughnut 486 Greg Davies 2 fuck You bet big on that cactus being through the doughnut. And you fucked it. ✓
1277 NYT 2021 -2 The fastest duck. 85 Get the biggest thing through the doughnut 486 Greg Davies 2 Christ Christ, it really does work, having a news presenter. ✓

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.111ms