TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

5 rows where team = 17

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
75 Say the word ‘demeaning’ 387 David and Jo 17
77 Bring a classic board game to life 397 David and Jo 17 ✓
79 Get to know a person who alternately tells the truth, lies, and brags 403 David and Jo 17
81 Supply a soundtrack for a film 418 David and Jo 17
85 Make a cup of tea 427 David and Jo 17 ✓

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