TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 89

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
441 Premature conker. 89 Charlotte Ritchie 63 13 3 41 5
442 Premature conker. 89 Jamali Maddix 64 21 2 52 4
443 Premature conker. 89 Lee Mack 65 7 4 58 2
444 Premature conker. 89 Mike Wozniak 66 6 5 57 3
445 Premature conker. 89 Sarah Kendall 67 23 1 78 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 8.687ms