TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 50

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
246 A coquettish fascinator. 50 James Acaster 38 19 1 101 4
247 A coquettish fascinator. 50 Jessica Knappett 39 16 5 109 2
248 A coquettish fascinator. 50 Kerry Godliman 40 17 3= 110 1
249 A coquettish fascinator. 50 Phil Wang 41 17 3= 85 5
250 A coquettish fascinator. 50 Rhod Gilbert 42 18 2 103 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 7.982ms