episode_scores
5 rows where episode = 12
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
56 | A pea in a haystack. 12 | Al Murray 13 | 21 | 1 | 21 | 1 |
57 | A pea in a haystack. 12 | Dave Gorman 14 | 13 | 4 | 13 | 4 |
58 | A pea in a haystack. 12 | Paul Chowdhry 15 | 8 | 5 | 8 | 5 |
59 | A pea in a haystack. 12 | Rob Beckett 16 | 15 | 3 | 15 | 3 |
60 | A pea in a haystack. 12 | Sara Pascoe 17 | 16 | 2 | 16 | 2 |
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 );