TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

9 rows where team = 32

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
146 Create the best picture of a bird 661 Dara, Fern and John 32
148 Make the Taskmaster say your words 668 Dara, Fern and John 32 ✓
150 Put the most sand in the shopping trolley 670 Dara, Fern and John 32 ✓
152 Perform the best routine to this music 681 Dara, Fern and John 32 ✓
154 Communicate animals by saying letters and doing impressions 683 Dara, Fern and John 32 ✓
156 Get this feather into the bath 691 Dara, Fern and John 32 ✓
158 Communicate an instruction in a secret language 695 Dara, Fern and John 32
160 Guess the length of the extendible item 698 Dara, Fern and John 32
162 Sculpt your team 708 Dara, Fern and John 32

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