series_scores
5 rows where series = 10
This data as json, CSV (advanced)
id ▲ | series | contestant | score | rank |
---|---|---|---|---|
51 | Series 10 10 | Daisy May Cooper 53 | 158 | 2 |
52 | Series 10 10 | Johnny Vegas 54 | 139 | 4 |
53 | Series 10 10 | Katherine Parkinson 55 | 118 | 5 |
54 | Series 10 10 | Mawaan Rizwan 56 | 151 | 3 |
55 | Series 10 10 | Richard Herring 57 | 162 | 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 );