intros
1 row where task = 450
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
368 | Series 10 10 | ▶ | Daisy May Cooper 53 | Drop a water balloon as far as possible without it bursting 450 |
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) );