episode_scores
5 rows where contestant = 11
This data as json, CSV (advanced)
id ▲ | episode | contestant | score | rank | series | srank |
---|---|---|---|---|---|---|
34 | Fear of failure. 7 | Katherine Ryan 11 | 17 | 3 | 17 | 3 |
39 | Pork is a sausage. 8 | Katherine Ryan 11 | 19 | 2 | 36 | 2 |
44 | A pistachio eclair. 9 | Katherine Ryan 11 | 30 | 1 | 66 | 1 |
49 | Welcome to Rico Face. 10 | Katherine Ryan 11 | 15 | 3 | 81 | 1 |
54 | There's strength in arches. 11 | Katherine Ryan 11 | 13 | 2= | 94 | 1 |
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 );