TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

7 rows where team = 22

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
88 Find the treasure / Make different, increasingly loud noises 437 Johnny, Katherine and Mawaan 22 ✓
90 Draw an object on a rotating canvas 446 Johnny, Katherine and Mawaan 22
92 Persuade the security guard to look in your bag 449 Johnny, Katherine and Mawaan 22 ✓
94 Feed your team-mate(s) the most watermelon 456 Johnny, Katherine and Mawaan 22
96 Draw animals using straight lines 462 Johnny, Katherine and Mawaan 22 ✓
98 Communicate the safe contents via reversed audio 465 Johnny, Katherine and Mawaan 22 ✓
102 Complete the best performance of a specific song 481 Johnny, Katherine and Mawaan 22

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.801ms