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 objective = 174
This data as json, CSV (advanced)
| id ▲ | task | contestant | measurement | objective |
|---|---|---|---|---|
| 1951 | Burst the balloon without looking at it 790 | Julian Clary 103 | 292 | aspirins ▲ 174 |
| 1952 | Burst the balloon without looking at it 790 | Lucy Beaumont 104 | 15 | aspirins ▲ 174 |
| 1953 | Burst the balloon without looking at it 790 | Sam Campbell 105 | 564 | aspirins ▲ 174 |
| 1954 | Burst the balloon without looking at it 790 | Sue Perkins 106 | 2459 | aspirins ▲ 174 |
| 1955 | Burst the balloon without looking at it 790 | Susan Wokoma 107 | 71 | aspirins ▲ 174 |
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) );