intros
6 rows where person = 13
This data as json, CSV (advanced)
Suggested facets: task
id ▲ | series | clip | person | task |
---|---|---|---|---|
78 | Series 3 3 | ▶ | Al Murray 13 | Burst all of the balloons 75 |
92 | Series 3 3 | ▶ | Al Murray 13 | Surprise Alex 72 |
97 | Series 3 3 | ▶ | Al Murray 13 | Play charades across a river 91 |
101 | Series 3 3 | ▶ | Al Murray 13 | Create an impressive special effect 86 |
105 | Series 3 3 | ▶ | Al Murray 13 | Propel a pea along a red carpet 68 |
118 | Series 3 3 | ▶ | Al Murray 13 | Create an impressive special effect 86 |
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) );