intros
6 rows where person = 68
This data as json, CSV (advanced)
Suggested facets: task
id ▲ | series | clip | person | task |
---|---|---|---|---|
441 | Series 12 12 | ▶ | Alan Davies 68 | Spread jam on toast in a really cool way 559 |
449 | Series 12 12 | ▶ | Alan Davies 68 | Find the soldier with hindsight 585 |
453 | Series 12 12 | ▶ | Alan Davies 68 | Drink with your mouth open 589 |
456 | Series 12 12 | ▶ | Alan Davies 68 | Make a cute toy for a cute dog 569 |
459 | Series 12 12 | ▶ | Alan Davies 68 | Prevent Alex from scoring a goal 565 |
466 | Series 12 12 | ▶ | Alan Davies 68 | Find the soldier with hindsight 585 |
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) );