TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 98

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
486 The end of the franchise. 98 Alan Davies 68 14 3= 45 4
487 The end of the franchise. 98 Desiree Burch 69 21 1 53 1
488 The end of the franchise. 98 Guz Khan 70 14 3= 48 3
489 The end of the franchise. 98 Morgana Robinson 71 18 2 52 2
490 The end of the franchise. 98 Victoria Coren Mitchell 72 13 5 38 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 9.113ms