episode_scores
5 rows where episode = 21
This data as json, CSV (advanced)
| id ▲ | episode | contestant | score | rank | series | srank |
|---|---|---|---|---|---|---|
| 101 | Meat. 21 | Hugh Dennis 18 | 21 | 1= | 83 | 4 |
| 102 | Meat. 21 | Joe Lycett 19 | 18 | 3 | 86 | 2 |
| 103 | Meat. 21 | Lolly Adefope 20 | 15 | 4 | 73 | 5 |
| 104 | Meat. 21 | Mel Giedroyc 21 | 21 | 1= | 84 | 3 |
| 105 | Meat. 21 | Noel Fielding 22 | 12 | 5 | 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 );