tasks_by_objective
2 rows where objective = 42
This data as json, CSV (advanced)
| id ▲ | task | objective |
|---|---|---|
| 74 | Identify the contents of the sleeping bag 131 | identified items ▲ 42 |
| 256 | Identify the battered items 519 | identified items ▲ 42 |
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) );