TdlM / taskmaster

Menu
  • Make shortlink

profanity

3 rows where task = 554

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: roots, roots (array)

id ▲ series episode task speaker roots quote studio
1433 Series 12 12 The end of the franchise. 98 Make a sand bridge across the river 554 Desiree Burch 69 fuck How the fuck do I move that?
1434 Series 12 12 The end of the franchise. 98 Make a sand bridge across the river 554 Guz Khan 70 shit 'Cause water's very fundamental to building sand bridges, ain't it? I'm sure that was on Countryfile or some shit.
1435 Series 12 12 The end of the franchise. 98 Make a sand bridge across the river 554 Morgana Robinson 71 fuck I don't fucking know.

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.155ms