TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 69

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
341 Another spoon. 69 David Baddiel 48 12 5 65 5
342 Another spoon. 69 Ed Gamble 49 14 4 82 2
343 Another spoon. 69 Jo Brand 50 19 1 77 4
344 Another spoon. 69 Katy Wix 51 16 3 80 3
345 Another spoon. 69 Rose Matafeo 52 18 2 88 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.29ms