series_scores
5 rows where series = 8
This data as json, CSV (advanced)
id ▲ | series | contestant | score | rank |
---|---|---|---|---|
41 | Series 8 8 | Iain Stirling 43 | 156 | 2 |
42 | Series 8 8 | Joe Thomas 44 | 150 | 3 |
43 | Series 8 8 | Lou Sanders 45 | 164 | 1 |
44 | Series 8 8 | Paul Sinha 46 | 136 | 5 |
45 | Series 8 8 | Sian Gibson 47 | 143 | 4 |
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 );