intros
4 rows where task = 113
This data as json, CSV (advanced)
Suggested facets: clip
id ▲ | series | clip | person | task |
---|---|---|---|---|
122 | Series 4 4 | ▶ | Joe Lycett 19 | Make the highest splash 113 |
134 | Series 4 4 | ▶ | Hugh Dennis 18 | Make the highest splash 113 |
141 | Series 4 4 | ▶ | Noel Fielding 22 | Make the highest splash 113 |
142 | Series 4 4 | ▶ | Alex Horne 1 | Make the highest splash 113 |
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) );