episode_scores
5 rows where episode = 90
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
446 | Slap and tong. 90 | Charlotte Ritchie 63 | 17 | 1 | 58 | 5 |
447 | Slap and tong. 90 | Jamali Maddix 64 | 15 | 2 | 67 | 4 |
448 | Slap and tong. 90 | Lee Mack 65 | 12 | 4= | 70 | 3 |
449 | Slap and tong. 90 | Mike Wozniak 66 | 14 | 3 | 71 | 2 |
450 | Slap and tong. 90 | Sarah Kendall 67 | 12 | 4= | 90 | 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 );