intros
3 rows where task = 44
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
43 | Series 2 2 | ▶ | Doc Brown 8 | Quickly eat an egg 44 |
47 | Series 2 2 | ▶ | Jon Richardson 10 | Quickly eat an egg 44 |
67 | Series 2 2 | ▶ | Katherine Ryan 11 | Quickly eat an egg 44 |
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) );