TdlM / taskmaster

Menu
  • Make shortlink

tasks_by_objective

4 rows where objective = 64

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ task objective
115 Conceal grapes in your mouth or hand 217 deceptions ▲ 64
121 Shake hands with the Taskmaster without revealing your identity 229 deceptions ▲ 64
313 Face leg or other leg? 612 deceptions ▲ 64
333 Suitcase full of bricks, or suitcase full of balloons? 657 deceptions ▲ 64

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE tasks_by_objective (
   id        INTEGER PRIMARY KEY,
   task      INTEGER REFERENCES tasks(id),
   objective INTEGER REFERENCES objectives(id)
);
Powered by Datasette · Queries took 4.235ms