intros
2 rows where task = 406
This data as json, CSV (advanced)
| id ▲ | series | clip | person | task |
|---|---|---|---|---|
| 354 | Series 9 9 | ▶ | Rose Matafeo 52 | Make a body part abnormally long 406 |
| 365 | Series 9 9 | ▶ | Jo Brand 50 | Make a body part abnormally long 406 |
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) );