TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 51

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
251 The perfect stuff. 51 James Acaster 38 15 3= 116 4
252 The perfect stuff. 51 Jessica Knappett 39 18 2 127 1
253 The perfect stuff. 51 Kerry Godliman 40 14 5 124 2=
254 The perfect stuff. 51 Phil Wang 41 15 3= 100 5
255 The perfect stuff. 51 Rhod Gilbert 42 21 1 124 2=

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