measurements
- measurement
- A value of "?" indicates that no conclusive measurement was given, with null used to signify a DNF/DQ. Note that times are stored internally as seconds but presented in D:HH:MM:SS format.
5 rows where task = 98
This data as json, CSV (advanced)
| id ▲ | task | contestant | measurement | objective |
|---|---|---|---|---|
| 261 | Make the most fruit juice 98 | Hugh Dennis 18 | 4 | milliliters ▲ 34 |
| 262 | Make the most fruit juice 98 | Joe Lycett 19 | 3 | milliliters ▲ 34 |
| 263 | Make the most fruit juice 98 | Lolly Adefope 20 | 0.4 | milliliters ▲ 34 |
| 264 | Make the most fruit juice 98 | Mel Giedroyc 21 | 7 | milliliters ▲ 34 |
| 265 | Make the most fruit juice 98 | Noel Fielding 22 | 2 | milliliters ▲ 34 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE measurements ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), contestant INTEGER REFERENCES people(id), measurement REAL, objective INTEGER REFERENCES objectives(id) );