TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

6 rows where team = 36

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
180 Cross the finish line while connected to your team 769 Julian, Lucy and Sam 36 ✓
182 Human war boats 782 Julian, Lucy and Sam 36 ✓
184 Complete all the tasks as a team 785 Julian, Lucy and Sam 36 ✓
186 Recreate the garage scene in the lab 796 Julian, Lucy and Sam 36 ✓
188 Mime proverbs to your team 809 Julian, Lucy and Sam 36
190 Give your guest the best service 818 Julian, Lucy and Sam 36

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