TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 59

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
291 Stay humble. 59 Iain Stirling 43 21 1 81 2
292 Stay humble. 59 Joe Thomas 44 20 2= 77 4
293 Stay humble. 59 Lou Sanders 45 20 2= 95 1
294 Stay humble. 59 Paul Sinha 46 14 5 65 5
295 Stay humble. 59 Sian Gibson 47 17 4 80 3

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