tasks_by_objective
2 rows where objective = 104
This data as json, CSV (advanced)
id ▲ | task | objective |
---|---|---|
214 | Guess what is making the noises 440 | correct guesses ▲ 104 |
245 | Correctly guess your standing in the group 499 | correct guesses ▲ 104 |
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) );