TdlM / taskmaster

Menu
  • Make shortlink

task_winners

16 rows where winner = 51

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: team, live

id ▲ task winner team live
455 The most stressful thing 379 Katy Wix 51
463 Draw a portrait of the Taskmaster across a flipchart 386 Katy Wix 51
465 Say the word ‘demeaning’ 387 Katy Wix 51 ✓
469 Surprise memory test 390 Katy Wix 51
470 Build a robust statue of a delicate thing 391 Katy Wix 51
479 Bring a classic board game to life 397 Katy Wix 51 ✓
487 Get to know a person who alternately tells the truth, lies, and brags 403 Katy Wix 51 ✓
497 Slide drinks to the Taskmaster 409 Katy Wix 51 ✓
499 Throw eggs into metal receptacles 411 Katy Wix 51
501 Build the best Mount Rushmore 412 Katy Wix 51
503 Find and put the gold rings on the stick 413 Katy Wix 51
509 Supply a soundtrack for a film 418 Katy Wix 51 ✓
511 Draw your own face on a face shield 419 Katy Wix 51 ✓
515 Make a famous couple using knees and/or elbows 423 Katy Wix 51
517 Communicate pictures by drawing on your team-mate’s back 424 Katy Wix 51 ✓ ✓
519 The best thing that is very long and thin 425 Katy Wix 51

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE task_winners (
   id     INTEGER PRIMARY KEY,
   task   INTEGER REFERENCES tasks(id),
   winner INTEGER REFERENCES people(id),
   team   INTEGER,
   live   INTEGER
);
Powered by Datasette · Queries took 7.945ms