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 = 553
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1312 | Copy Alex 553 | Alan Davies 68 | 26 | routine criteria ▲ 126 |
1313 | Copy Alex 553 | Desiree Burch 69 | 55.5 | routine criteria ▲ 126 |
1314 | Copy Alex 553 | Guz Khan 70 | routine criteria ▲ 126 | |
1315 | Copy Alex 553 | Morgana Robinson 71 | 48 | routine criteria ▲ 126 |
1316 | Copy Alex 553 | Victoria Coren Mitchell 72 | 64.5 | routine criteria ▲ 126 |
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) );