intros
3 rows where task = 733
This data as json, CSV (advanced)
Suggested facets: person
id ▲ | series | clip | person | task |
---|---|---|---|---|
549 | Series 15 15 | ▶ | Ivo Graham 99 | Make the fastest egg boat 733 |
561 | Series 15 15 | ▶ | Ivo Graham 99 | Make the fastest egg boat 733 |
577 | Series 15 15 | ▶ | Kiell Smith-Bynoe 101 | Make the fastest egg boat 733 |
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) );