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 = 584
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1429 | Have the longest telephone conversation 584 | Alan Davies 68 | 20 |
time ▲ 35 |
1430 | Have the longest telephone conversation 584 | Desiree Burch 69 | 08:27 |
time ▲ 35 |
1431 | Have the longest telephone conversation 584 | Guz Khan 70 | 01:46 |
time ▲ 35 |
1432 | Have the longest telephone conversation 584 | Morgana Robinson 71 | 53 |
time ▲ 35 |
1433 | Have the longest telephone conversation 584 | Victoria Coren Mitchell 72 | 03:41 |
time ▲ 35 |
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) );