TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 63

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
311 I've been a bit ill. 63 Iain Stirling 43 19 2 138 2=
312 I've been a bit ill. 63 Joe Thomas 44 16 4= 138 2=
313 I've been a bit ill. 63 Lou Sanders 45 20 1 152 1
314 I've been a bit ill. 63 Paul Sinha 46 17 3 125 5
315 I've been a bit ill. 63 Sian Gibson 47 16 4= 130 4

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.815ms