TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 677

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: studio, roots (array)

id ▲ series episode task speaker roots quote studio
1703 Series 14 14 Crumbs in my bralette. 121 Write a classic song incorporating five wonderful words 677 John Kearns 90 prick ♪ The lady on the phone said, "What? Get here, you prick" ♪
1704 Series 14 14 Crumbs in my bralette. 121 Write a classic song incorporating five wonderful words 677 Sarah Millican 92 shit Oh, shit. ✓
1705 Series 14 14 Crumbs in my bralette. 121 Write a classic song incorporating five wonderful words 677 Greg Davies 2 fuck Who was it who said you sound awful at singing? Well, fuck you, ex-partner. ✓

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