TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 47

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
231 Twelve blush majesty two. 47 James Acaster 38 18 1 45 5
232 Twelve blush majesty two. 47 Jessica Knappett 39 15 3= 52 2
233 Twelve blush majesty two. 47 Kerry Godliman 40 17 2 60 1
234 Twelve blush majesty two. 47 Phil Wang 41 15 3= 47 4
235 Twelve blush majesty two. 47 Rhod Gilbert 42 9 5 50 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.938ms