discrepancies
- ?
- This table exists to account for the two whole points that have gone misplaced in the history of TMUK.
3 rows where contestant = 51
This data as json, CSV (advanced)
id ▲ | contestant | task | episode | series | observed | official |
---|---|---|---|---|---|---|
1 | Katy Wix 51 | Throw something into a pedal bin 416 | 2 | 3 | ||
3 | Katy Wix 51 | Shaqinahat. 72 | 14 | 15 | ||
5 | Katy Wix 51 | Series 9 9 | 157 | 158 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE discrepancies ( id INTEGER PRIMARY KEY, contestant INTEGER REFERENCES people(id), task INTEGER REFERENCES tasks(id), episode INTEGER REFERENCES episodes(id), series INTEGER REFERENCES series(id), observed INTEGER, official INTEGER );