intros
3 rows where task = 811
This data as json, CSV (advanced)
Suggested facets: clip, person
id ▲ | series | clip | person | task |
---|---|---|---|---|
601 | Series 16 16 | ▶ | Lucy Beaumont 104 | Obey all of the traffic signals 811 |
602 | Series 16 16 | ▶ | Alex Horne 1 | Obey all of the traffic signals 811 |
603 | Series 16 16 | ▶ | Lucy Beaumont 104 | Obey all of the traffic signals 811 |
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) );