intros
3 rows where task = 85
This data as json, CSV (advanced)
Suggested facets: clip, person
| id ▲ | series | clip | person | task |
|---|---|---|---|---|
| 110 | Series 3 3 | ▶ | Sara Pascoe 17 | Find out the lying old man’s occupation 85 |
| 111 | Series 3 3 | ▶ | Hugh the anesthetist | Find out the lying old man’s occupation 85 |
| 117 | Series 3 3 | ▶ | Sara Pascoe 17 | Find out the lying old man’s occupation 85 |
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) );