TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 519

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, studio, roots (array)

id ▲ series episode task speaker roots quote studio
1339 Series 11 11 Absolute casserole. 91 Identify the battered items 519 Jamali Maddix 64 dick
dick
And it wasn't like TV, "Oh, no, it hit my dick." No, it hit me straight in the dick. ✓
1340 Series 11 11 Absolute casserole. 91 Identify the battered items 519 Sarah Kendall 67 prick Oh, you prick!
1341 Series 11 11 Absolute casserole. 91 Identify the battered items 519 Sarah Kendall 67 hell What the hell is that?!

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