intros
4 rows where task = 459
This data as json, CSV (advanced)
Suggested facets: clip, person
| id ▲ | series | clip | person | task |
|---|---|---|---|---|
| 391 | Series 10 10 | ▶ | Daisy May Cooper 53 | Quietly make a cocktail 459 |
| 392 | Series 10 10 | ▶ | Alex Horne 1 | Quietly make a cocktail 459 |
| 398 | Series 10 10 | ▶ | Daisy May Cooper 53 | Quietly make a cocktail 459 |
| 401 | Series 10 10 | ▶ | Johnny Vegas 54 | Quietly make a cocktail 459 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE intros ( id INTEGER PRIMARY KEY, series INTEGER REFERENCES series(id), clip INTEGER, person INTEGER REFERENCES people(id), task INTEGER REFERENCES tasks(id) );