episode_scores
5 rows where episode = 113
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
561 | Heg. 113 | Ardal O'Hanlon 78 | 20 | 3 | 106 | 4 |
562 | Heg. 113 | Bridget Christie 79 | 19 | 4= | 112 | 3 |
563 | Heg. 113 | Chris Ramsey 80 | 19 | 4= | 116 | 2 |
564 | Heg. 113 | Judi Love 81 | 24 | 2 | 102 | 5 |
565 | Heg. 113 | Sophie Duker 82 | 28 | 1 | 119 | 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 );