intros
3 rows where task = 675
This data as json, CSV (advanced)
Suggested facets: person
id ▲ | series | clip | person | task |
---|---|---|---|---|
531 | Series 14 14 | ▶ | Dara Ó Briain 88 | Turn on the bubble machine 675 |
533 | Series 14 14 | ▶ | Fern Brady 89 | Turn on the bubble machine 675 |
542 | Series 14 14 | ▶ | Fern Brady 89 | Turn on the bubble machine 675 |
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) );