team_tasks
2 rows where task = 315
This data as json, CSV (advanced)
id ▲ | task | team | win |
---|---|---|---|
57 | Complete a 24-shot rally 315 | Jessica and Kerry 13 | ✓ |
58 | Complete a 24-shot rally 315 | James, Phil and Rhod 14 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE team_tasks ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), team INTEGER REFERENCES teams(id), win INTEGER );