TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

7 rows where team = 21

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
87 Find the treasure / Make different, increasingly loud noises 437 Daisy and Richard 21
89 Draw an object on a rotating canvas 446 Daisy and Richard 21 ✓
91 Persuade the security guard to look in your bag 449 Daisy and Richard 21 ✓
93 Feed your team-mate(s) the most watermelon 456 Daisy and Richard 21 ✓
95 Draw animals using straight lines 462 Daisy and Richard 21
97 Communicate the safe contents via reversed audio 465 Daisy and Richard 21
101 Complete the best performance of a specific song 481 Daisy and Richard 21 ✓

Advanced export

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

CSV options:

CREATE TABLE team_tasks (
   id   INTEGER PRIMARY KEY,
   task INTEGER REFERENCES tasks(id),
   team INTEGER REFERENCES teams(id),
   win  INTEGER
);
Powered by Datasette · Queries took 5.407ms