tasks_by_objective
4 rows where task = 34
This data as json, CSV (advanced)
id ▲ | task | objective |
---|---|---|
18 | Play mini golf with eggs 34 | shots ▼ 12 |
19 | Play mini golf with eggs 34 | eggs ▼ 13 |
20 | Play mini golf with eggs 34 | minutes ▼ 14 |
21 | Play mini golf with eggs 34 | points ▼ 15 |
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) );