series_scores
5 rows where series = 3
This data as json, CSV (advanced)
| id ▲ | series | contestant | score | rank |
|---|---|---|---|---|
| 11 | Series 3 3 | Al Murray 13 | 80 | 3 |
| 12 | Series 3 3 | Dave Gorman 14 | 81 | 2 |
| 13 | Series 3 3 | Paul Chowdhry 15 | 66 | 5 |
| 14 | Series 3 3 | Rob Beckett 16 | 87 | 1 |
| 15 | Series 3 3 | Sara Pascoe 17 | 72 | 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 );