episode_scores
5 rows where episode = 23
This data as json, CSV (advanced)
| id ▲ | episode | contestant | score | rank | series | srank |
|---|---|---|---|---|---|---|
| 111 | No stars for naughty boys. 23 | Hugh Dennis 18 | 20 | 1= | 116 | 3 |
| 112 | No stars for naughty boys. 23 | Joe Lycett 19 | 20 | 1= | 120 | 2 |
| 113 | No stars for naughty boys. 23 | Lolly Adefope 20 | 20 | 1= | 112 | 5 |
| 114 | No stars for naughty boys. 23 | Mel Giedroyc 21 | 13 | 5 | 113 | 4 |
| 115 | No stars for naughty boys. 23 | Noel Fielding 22 | 19 | 4 | 124 | 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 );