intros
2 rows where task = 638
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
482 | Series 13 13 | ▶ | Judi Love 81 | Learn Swedish 638 |
483 | Series 13 13 | ▶ | Fred the Swede | Learn Swedish 638 |
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) );