profanity
2 rows where task = 307
This data as json, CSV (advanced)
Suggested facets: roots (array)
id ▲ | series | episode | task | speaker | roots | quote | studio |
---|---|---|---|---|---|---|---|
820 | Series 7 7 | Mother honks her horn. 52 | Poke something unexpected through the hole 307 | Jessica Knappett 39 | ass/arse | Well, you can't compete with Alex's arse, can you? | ✓ |
821 | Series 7 7 | Mother honks her horn. 52 | Poke something unexpected through the hole 307 | Greg Davies 2 | ass/arse | It wasn't just Alex's arse, was it? | ✓ |
Advanced export
JSON shape: default, array, newline-delimited, object
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 );