episode_scores
5 rows where episode = 13
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
61 | The dong and the gong. 13 | Al Murray 13 | 18 | 2 | 39 | 1 |
62 | The dong and the gong. 13 | Dave Gorman 14 | 17 | 3 | 30 | 4 |
63 | The dong and the gong. 13 | Paul Chowdhry 15 | 13 | 5 | 21 | 5 |
64 | The dong and the gong. 13 | Rob Beckett 16 | 21 | 1 | 36 | 2 |
65 | The dong and the gong. 13 | Sara Pascoe 17 | 16 | 4 | 32 | 3 |
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 );