tasks_by_objective
1 row where task = 546
This data as json, CSV (advanced)
id ▲ | task | objective |
---|---|---|
268 | Strike poses to represent a hobby, an animal, and a celebrity 546 | guessed poses ▲ 121 |
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) );