TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 92

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
456 You've got no chutzpah. 92 Charlotte Ritchie 63 9 5 78 5
457 You've got no chutzpah. 92 Jamali Maddix 64 12 3= 96 4
458 You've got no chutzpah. 92 Lee Mack 65 22 1 105 2
459 You've got no chutzpah. 92 Mike Wozniak 66 14 2 102 3
460 You've got no chutzpah. 92 Sarah Kendall 67 12 3= 118 1

Advanced export

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

CSV options:

CREATE TABLE episode_scores (
   id         INTEGER PRIMARY KEY,
   episode    INTEGER REFERENCES episodes(id),
   contestant INTEGER REFERENCES people(id),
   score      INTEGER,
   rank       TEXT,
   series     INTEGER,
   srank      TEXT
);
Powered by Datasette · Queries took 8.071ms