TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

6 rows where team = 35

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
179 Cross the finish line while connected to your team 769 Sue and Susan 35
181 Human war boats 782 Sue and Susan 35
183 Complete all the tasks as a team 785 Sue and Susan 35
185 Recreate the garage scene in the lab 796 Sue and Susan 35 ✓
187 Mime proverbs to your team 809 Sue and Susan 35 ✓
189 Give your guest the best service 818 Sue and Susan 35 ✓

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 7.037ms