TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 36

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, studio, roots (array)

id ▲ series episode task speaker roots quote studio
100 Series 1 1 The last supper. 6 Make an alphabet meal 36 Roisin Conaty 5 shit Shit the bed!
101 Series 1 1 The last supper. 6 Make an alphabet meal 36 Josh Widdicombe 4 fuck Oh, fuck off! ✓
102 Series 1 1 The last supper. 6 Make an alphabet meal 36 Romesh Ranganathan 6 fuck Oh, for fuck's sake!

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