episode_scores
2 rows where contestant = 32
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
165 | Wiley giraffe blower. 33 | Rob Beckett 32 | 19 | 2= | 19 | 2= |
170 | I've sinned again. 34 | Rob Beckett 32 | 17 | 2 | 36 | 2 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE episode_scores ( id INTEGER PRIMARY KEY, episode INTEGER REFERENCES episodes(id), contestant INTEGER REFERENCES people(id), score INTEGER, rank TEXT, series INTEGER, srank TEXT );