intros
2 rows where task = 792
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
591 | Series 16 16 | ▶ | Sam Campbell 105 | Get all of the water into the vase 792 |
600 | Series 16 16 | ▶ | Sue Perkins 106 | Get all of the water into the vase 792 |
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) );