TdlM / taskmaster

Menu
  • Make shortlink

profanity

4 rows where task = 675

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, roots (array)

id ▲ series episode task speaker roots quote studio
1696 Series 14 14 Crumbs in my bralette. 121 Turn on the bubble machine 675 Fern Brady 89 fuck Ugh, fuck's sake.
1697 Series 14 14 Crumbs in my bralette. 121 Turn on the bubble machine 675 Munya Chawawa 91 hell What the hell am I gonna do?
1698 Series 14 14 Crumbs in my bralette. 121 Turn on the bubble machine 675 John Kearns 90 fuck Fuck!
1699 Series 14 14 Crumbs in my bralette. 121 Turn on the bubble machine 675 Sarah Millican 92 dick Oh, my god, I've found it! Oh, you dicks! Oh, I hate you all.

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