tasks_by_objective
2 rows where task = 41
This data as json, CSV (advanced)
| id ▲ | task | objective |
|---|---|---|
| 25 | Find out about the Swedish person 41 | time ▼ 2 |
| 26 | Find out about the Swedish person 41 | Fred facts ▲ 17 |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE tasks_by_objective ( id INTEGER PRIMARY KEY, task INTEGER REFERENCES tasks(id), objective INTEGER REFERENCES objectives(id) );