team_tasks
2 rows where task = 35
This data as json, CSV (advanced)
id ▲ | task | team | win |
---|---|---|---|
5 | Stage a realistic home movie blooper 35 | Frank and Tim 1 | ✓ |
6 | Stage a realistic home movie blooper 35 | Josh, Roisin and Romesh 2 |
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 );