intros
2 rows where task = 45
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
40 | Series 2 2 | ▶ | Richard Osman 12 | Create a nursery rhyme video 45 |
56 | Series 2 2 | ▶ | Doc Brown 8 | Create a nursery rhyme video 45 |
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) );