tasks_by_objective
3 rows where task = 780
This data as json, CSV (advanced)
id ▲ | task | objective |
---|---|---|
401 | Get underneath the most unique things 780 | things ▲ 171 |
402 | Get underneath the most unique things 780 | penalties ▼ 36 |
403 | Get underneath the most unique things 780 | points ▲ 91 |
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) );