episode_scores
5 rows where episode = 16
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
76 | The F.I.P. 16 | Al Murray 13 | 16 | 2 | 80 | 3 |
77 | The F.I.P. 16 | Dave Gorman 14 | 13 | 3 | 81 | 2 |
78 | The F.I.P. 16 | Paul Chowdhry 15 | 12 | 4 | 66 | 5 |
79 | The F.I.P. 16 | Rob Beckett 16 | 17 | 1 | 87 | 1 |
80 | The F.I.P. 16 | Sara Pascoe 17 | 9 | 5 | 72 | 4 |
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 );