TdlM / taskmaster

Menu
  • Make shortlink

profanity

5 rows where task = 477

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots, roots (array)

id ▲ series episode task speaker roots quote studio
1247 Series 10 10 Air Horn Andy. 83 Work out how many balls are in the basket 477 Mawaan Rizwan 56 fuck
hell
Fuckin' hell, okay.
1248 Series 10 10 Air Horn Andy. 83 Work out how many balls are in the basket 477 Daisy May Cooper 53 fuck
hell
Oh, fuckin' hell!
1249 Series 10 10 Air Horn Andy. 83 Work out how many balls are in the basket 477 Daisy May Cooper 53 shit Oh, shit!
1250 Series 10 10 Air Horn Andy. 83 Work out how many balls are in the basket 477 Daisy May Cooper 53 fuck Oh, fuck.
1251 Series 10 10 Air Horn Andy. 83 Work out how many balls are in the basket 477 Katherine Parkinson 55 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 51.643ms