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 = 675
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1652 | Turn on the bubble machine 675 | Dara Ó Briain 88 | 06:35 |
time ▼ 2 |
1653 | Turn on the bubble machine 675 | Fern Brady 89 | 07:40 |
time ▼ 2 |
1654 | Turn on the bubble machine 675 | John Kearns 90 | 10:45 |
time ▼ 2 |
1655 | Turn on the bubble machine 675 | Munya Chawawa 91 | 11:41 |
time ▼ 2 |
1656 | Turn on the bubble machine 675 | Sarah Millican 92 | 06:16 |
time ▼ 2 |
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) );