TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 79

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
391 I hate your trainers. 79 Daisy May Cooper 53 24 2 91 1
392 I hate your trainers. 79 Johnny Vegas 54 15 5 74 3
393 I hate your trainers. 79 Katherine Parkinson 55 20 3 67 5
394 I hate your trainers. 79 Mawaan Rizwan 56 17 4 68 4
395 I hate your trainers. 79 Richard Herring 57 26 1 85 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.419ms