TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 528

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots (array)

id ▲ series episode task speaker roots quote studio
1351 Series 11 11 An orderly species. 93 Complete various tasks while saying ‘metronome’ 528 Sarah Kendall 67 fuck Ah, fuck!
1352 Series 11 11 An orderly species. 93 Complete various tasks while saying ‘metronome’ 528 Sarah Kendall 67 fuck Fuck it.
1353 Series 11 11 An orderly species. 93 Complete various tasks while saying ‘metronome’ 528 Jamali Maddix 64 fuck Oh, my god, so dry! No chutney or nothin', fuckin'... done.

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