intros
4 rows where task = 498
This data as json, CSV (advanced)
Suggested facets: person
| id ▲ | series | clip | person | task |
|---|---|---|---|---|
| 406 | Series 11 11 | ▶ | Charlotte Ritchie 63 | Make the house haunted 498 |
| 411 | Series 11 11 | ▶ | Alex Horne 1 | Make the house haunted 498 |
| 425 | Series 11 11 | ▶ | Alex Horne 1 | Make the house haunted 498 |
| 432 | Series 11 11 | ▶ | Jamali Maddix 64 | Make the house haunted 498 |
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) );