episode_scores
5 rows where episode = 38
This data as json, CSV (advanced)
| id ▲ | episode | contestant | score | rank | series | srank | 
|---|---|---|---|---|---|---|
| 186 | BMXing! 38 | Alice Levine 33 | 23 | 2 | 60 | 4 | 
| 187 | BMXing! 38 | Asim Chaudhry 34 | 18 | 5 | 58 | 5 | 
| 188 | BMXing! 38 | Liza Tarbuck 35 | 20 | 4 | 78 | 1 | 
| 189 | BMXing! 38 | Russell Howard 36 | 24 | 1 | 72 | 2 | 
| 190 | BMXing! 38 | Tim Vine 37 | 21 | 3 | 61 | 3 | 
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 );