TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 71

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
351 A cuddle. 71 David Baddiel 48 14 4 89 5
352 A cuddle. 71 Ed Gamble 49 17 3 118 1
353 A cuddle. 71 Jo Brand 50 22 2 115 3
354 A cuddle. 71 Katy Wix 51 24 1 117 2
355 A cuddle. 71 Rose Matafeo 52 11 5 113 4

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