TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

5 rows where team = 18

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
76 Say the word ‘demeaning’ 387 Ed, Katy and Rose 18 ✓
78 Bring a classic board game to life 397 Ed, Katy and Rose 18 ✓
80 Get to know a person who alternately tells the truth, lies, and brags 403 Ed, Katy and Rose 18 ✓
82 Supply a soundtrack for a film 418 Ed, Katy and Rose 18 ✓
86 Make a cup of tea 427 Ed, Katy and Rose 18

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