TdlM / taskmaster

Menu
  • Make shortlink

team_tasks

8 rows where team = 16

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: win

id ▲ task team win
60 Convey an object using only facial expressions, noises, adjectives & verbs 332 Iain, Lou and Paul 16
62 Get the most weight into a hammock 343 Iain, Lou and Paul 16
64 Play long-distance catch with a beach ball 349 Iain, Lou and Paul 16 ✓
66 Design an iconic album cover 354 Iain, Lou and Paul 16
68 Answer the questions, pull the strings; do not release the green egg 362 Iain, Lou and Paul 16
70 Catch the tennis balls 365 Iain, Lou and Paul 16 ✓
72 Make yourselves look like one person 371 Iain, Lou and Paul 16 ✓
74 Complete some tasks as one person 372 Iain, Lou and Paul 16

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