TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 57

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
281 Stuck in a mammal groove. 57 Iain Stirling 43 17 2 50 2
282 Stuck in a mammal groove. 57 Joe Thomas 44 10 5 42 4
283 Stuck in a mammal groove. 57 Lou Sanders 45 19 1 60 1
284 Stuck in a mammal groove. 57 Paul Sinha 46 11 4 40 5
285 Stuck in a mammal groove. 57 Sian Gibson 47 16 3 48 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.562ms