intros
4 rows where person = 25
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
175 | Series 5 5 | ▶ | Mark Watson 25 | |
183 | Series 5 5 | ▶ | Mark Watson 25 | Light a candle using a cupcake 180 |
199 | Series 5 5 | ▶ | Mark Watson 25 | Write and perform a song about a stranger 193 |
205 | Series 5 5 | ▶ | Mark Watson 25 | Put the largest thing inside a balloon 171 |
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) );