series_scores
5 rows where series = 4
This data as json, CSV (advanced)
| id ▲ | series | contestant | score | rank |
|---|---|---|---|---|
| 16 | Series 4 4 | Hugh Dennis 18 | 129 | 4 |
| 17 | Series 4 4 | Joe Lycett 19 | 136 | 2 |
| 18 | Series 4 4 | Lolly Adefope 20 | 125 | 5 |
| 19 | Series 4 4 | Mel Giedroyc 21 | 134 | 3 |
| 20 | Series 4 4 | Noel Fielding 22 | 144 | 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 );