TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 11

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
51 There's strength in arches. 11 Doc Brown 8 12 4 78 4
52 There's strength in arches. 11 Joe Wilkinson 9 11 5 69 5
53 There's strength in arches. 11 Jon Richardson 10 13 2= 90 2
54 There's strength in arches. 11 Katherine Ryan 11 13 2= 94 1
55 There's strength in arches. 11 Richard Osman 12 19 1 86 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.309ms