intros
2 rows where task = 41
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
54 | Series 2 2 | ▶ | Joe Wilkinson 9 | Find out about the Swedish person 41 |
55 | Series 2 2 | ▶ | Fred the Swede | Find out about the Swedish person 41 |
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) );