series_scores
5 rows where series = 11
This data as json, CSV (advanced)
id ▲ | series | contestant | score | rank |
---|---|---|---|---|
61 | Series 11 11 | Charlotte Ritchie 63 | 125 | 5 |
62 | Series 11 11 | Jamali Maddix 64 | 137 | 4 |
63 | Series 11 11 | Lee Mack 65 | 151 | 3 |
64 | Series 11 11 | Mike Wozniak 66 | 154 | 2 |
65 | Series 11 11 | Sarah Kendall 67 | 158 | 1 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE series_scores ( id INTEGER PRIMARY KEY, series INTEGER REFERENCES series(id), contestant INTEGER REFERENCES people(id), score INTEGER, rank TEXT );