intros
1 row where task = 2
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
2 | Series 1 1 | ▶ | Romesh Ranganathan 6 | Eat as much watermelon as possible 2 |
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) );