intros
1 row where task = 312
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
253 | Series 7 7 | ▶ | Jessica Knappett 39 | Put the largest numeric value of money in the floating bowl 312 |
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) );