intros
2 rows where task = 428
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
332 | Series 9 9 | ▶ | David Baddiel 48 | Complete the seven tasks in any order 428 |
343 | Series 9 9 | ▶ | Jo Brand 50 | Complete the seven tasks in any order 428 |
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) );