tasks_by_objective
2 rows where objective = 169
This data as json, CSV (advanced)
id ▲ | task | objective |
---|---|---|
392 | Scream with your mouth closed 766 | decibels ▲ 169 |
407 | Tut the loudest 788 | decibels ▲ 169 |
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) );