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 = 177
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
450 | Balance Alex on a see-saw 177 | Aisling Bea 23 | kilograms ▲ 27 | |
451 | Balance Alex on a see-saw 177 | Bob Mortimer 24 | 32 | kilograms ▲ 27 |
452 | Balance Alex on a see-saw 177 | Mark Watson 25 | 7.2 | kilograms ▲ 27 |
453 | Balance Alex on a see-saw 177 | Nish Kumar 26 | 25.2 | kilograms ▲ 27 |
454 | Balance Alex on a see-saw 177 | Sally Phillips 27 | 20.16 | kilograms ▲ 27 |
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) );