TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 49

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: series, srank

id ▲ episode contestant score rank series srank
241 Lotta soup. 49 James Acaster 38 20 2 82 4
242 Lotta soup. 49 Jessica Knappett 39 25 1 93 1=
243 Lotta soup. 49 Kerry Godliman 40 17 4 93 1=
244 Lotta soup. 49 Phil Wang 41 9 5 68 5
245 Lotta soup. 49 Rhod Gilbert 42 18 3 85 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 8.196ms