TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 530

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: speaker, roots (array)

id ▲ series episode task speaker roots quote studio
1357 Series 11 11 An orderly species. 93 Perform the greatest aircraft safety demonstration 530 Lee Mack 65 twat Well, good afternoon, ladies and gentlemen. This is Captain Perigan Twatcustard, welcome aboard the flight.
1358 Series 11 11 An orderly species. 93 Perform the greatest aircraft safety demonstration 530 Lee Mack 65 shit But seriously if you do need a shit, please use the toilets.
1359 Series 11 11 An orderly species. 93 Perform the greatest aircraft safety demonstration 530 Sarah Kendall 67 fuck How does this fucking thing work?!

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