TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 101

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
501 A chair in a sweet. 101 Alan Davies 68 14 4 94 3
502 A chair in a sweet. 101 Desiree Burch 69 17 2= 93 4
503 A chair in a sweet. 101 Guz Khan 70 19 1 102 1
504 A chair in a sweet. 101 Morgana Robinson 71 17 2= 99 2
505 A chair in a sweet. 101 Victoria Coren Mitchell 72 9 5 73 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 8.081ms