TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 52

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
256 Mother honks her horn. 52 James Acaster 38 16 3= 132 4
257 Mother honks her horn. 52 Jessica Knappett 39 19 2 146 1
258 Mother honks her horn. 52 Kerry Godliman 40 16 3= 140 3
259 Mother honks her horn. 52 Phil Wang 41 9 5 109 5
260 Mother honks her horn. 52 Rhod Gilbert 42 20 1 144 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 7.487ms