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 = 662
This data as json, CSV (advanced)
Suggested facets: measurement
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1602 | Don't pop the balloon 662 | Dara Ó Briain 88 | 1461 | grams ▲ 1 |
1603 | Don't pop the balloon 662 | Fern Brady 89 | 1310 | grams ▲ 1 |
1604 | Don't pop the balloon 662 | John Kearns 90 | 1461 | grams ▲ 1 |
1605 | Don't pop the balloon 662 | Munya Chawawa 91 | grams ▲ 1 | |
1606 | Don't pop the balloon 662 | Sarah Millican 92 | 1071 | grams ▲ 1 |
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) );