TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 104

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
516 Nothing matters. 104 Alan Davies 68 11 4 142 3
517 Nothing matters. 104 Desiree Burch 69 21 1 140 4
518 Nothing matters. 104 Guz Khan 70 14 3 145 2
519 Nothing matters. 104 Morgana Robinson 71 18 2 150 1
520 Nothing matters. 104 Victoria Coren Mitchell 72 8 5 108 5

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 7.53ms