TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 14

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
66 Little polythene grief cave. 14 Al Murray 13 9 5 48 4
67 Little polythene grief cave. 14 Dave Gorman 14 21 2 51 2
68 Little polythene grief cave. 14 Paul Chowdhry 15 22 1 43 5
69 Little polythene grief cave. 14 Rob Beckett 16 19 3 55 1
70 Little polythene grief cave. 14 Sara Pascoe 17 17 4 49 3

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