intros
3 rows where task = 119
This data as json, CSV (advanced)
Suggested facets: clip
id ▲ | series | clip | person | task |
---|---|---|---|---|
130 | Series 4 4 | ▶ | Lolly Adefope 20 | Slide as far as possible 119 |
146 | Series 4 4 | ▶ | Hugh Dennis 18 | Slide as far as possible 119 |
147 | Series 4 4 | ▶ | Alex Horne 1 | Slide as far as possible 119 |
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) );