episode_scores
5 rows where episode = 144
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
716 | Brother Alex. 144 | Julian Clary 103 | 9 | 5 | 95 | 2 |
717 | Brother Alex. 144 | Lucy Beaumont 104 | 20 | 1 | 85 | 4 |
718 | Brother Alex. 144 | Sam Campbell 105 | 18 | 2 | 106 | 1 |
719 | Brother Alex. 144 | Sue Perkins 106 | 17 | 3= | 89 | 3 |
720 | Brother Alex. 144 | Susan Wokoma 107 | 17 | 3= | 80 | 5 |
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 );