TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where contestant = 16

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
59 A pea in a haystack. 12 Rob Beckett 16 15 3 15 3
64 The dong and the gong. 13 Rob Beckett 16 21 1 36 2
69 Little polythene grief cave. 14 Rob Beckett 16 19 3 55 1
74 A very nuanced character. 15 Rob Beckett 16 15 3 70 1
79 The F.I.P. 16 Rob Beckett 16 17 1 87 1

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