intros
3 rows where task = 672
This data as json, CSV (advanced)
Suggested facets: clip
id ▲ | series | clip | person | task |
---|---|---|---|---|
525 | Series 14 14 | ▶ | Dara Ó Briain 88 | Catch something 672 |
535 | Series 14 14 | ▶ | Munya Chawawa 91 | Catch something 672 |
536 | Series 14 14 | ▶ | Alex Horne 1 | Catch something 672 |
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) );