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 = 733
This data as json, CSV (advanced)
id ▲ | task | contestant | measurement | objective |
---|---|---|---|---|
1800 | Make the fastest egg boat 733 | Frankie Boyle 98 | time ▼ 2 | |
1801 | Make the fastest egg boat 733 | Ivo Graham 99 | 02:04 |
time ▼ 2 |
1802 | Make the fastest egg boat 733 | Jenny Eclair 100 | 01:46 |
time ▼ 2 |
1803 | Make the fastest egg boat 733 | Kiell Smith-Bynoe 101 | 01:45 |
time ▼ 2 |
1804 | Make the fastest egg boat 733 | Mae Martin 102 | 03:25 |
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) );