episode_scores
5 rows where episode = 7
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
31 | Fear of failure. 7 | Doc Brown 8 | 9 | 4 | 9 | 4 |
32 | Fear of failure. 7 | Joe Wilkinson 9 | 8 | 5 | 8 | 5 |
33 | Fear of failure. 7 | Jon Richardson 10 | 18 | 2 | 18 | 2 |
34 | Fear of failure. 7 | Katherine Ryan 11 | 17 | 3 | 17 | 3 |
35 | Fear of failure. 7 | Richard Osman 12 | 20 | 1 | 20 | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE episode_scores ( id INTEGER PRIMARY KEY, episode INTEGER REFERENCES episodes(id), contestant INTEGER REFERENCES people(id), score INTEGER, rank TEXT, series INTEGER, srank TEXT );