intros
3 rows where task = 114
This data as json, CSV (advanced)
id ▲ | series | clip | person | task |
---|---|---|---|---|
123 | Series 4 4 | ▶ | Hugh Dennis 18 | Ringtone choreography 114 |
124 | Series 4 4 | ▶ | Alex Horne 1 | Ringtone choreography 114 |
125 | Series 4 4 | ▶ | Bernard the mannequin | Ringtone choreography 114 |
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) );