TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 725

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, roots (array)

id ▲ series episode task speaker roots quote studio
1817 Series 15 15 Trapped in a loveless marriage. 130 Create a picture of an animal on the back of your T-shirt 725 Kiell Smith-Bynoe 101 fuck Yeah, the first three! And then the fourth one was fucking sick! ✓
1818 Series 15 15 Trapped in a loveless marriage. 130 Create a picture of an animal on the back of your T-shirt 725 Kiell Smith-Bynoe 101 shit Shit's sake! ✓
1819 Series 15 15 Trapped in a loveless marriage. 130 Create a picture of an animal on the back of your T-shirt 725 Kiell Smith-Bynoe 101 fuck 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 13.132ms