TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 83

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
411 Air Horn Andy. 83 Daisy May Cooper 53 20 2 143 2
412 Air Horn Andy. 83 Johnny Vegas 54 9 4 130 4
413 Air Horn Andy. 83 Katherine Parkinson 55 6 5 108 5
414 Air Horn Andy. 83 Mawaan Rizwan 56 18 3 134 3
415 Air Horn Andy. 83 Richard Herring 57 21 1 145 1

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.177ms