TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 66

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
326 Butter in the microwave. 66 David Baddiel 48 10 5 24 5
327 Butter in the microwave. 66 Ed Gamble 49 19 1 35 1
328 Butter in the microwave. 66 Jo Brand 50 15 3= 27 4
329 Butter in the microwave. 66 Katy Wix 51 18 2 30 3
330 Butter in the microwave. 66 Rose Matafeo 52 15 3= 32 2

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