TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 58

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
286 The barrel dad. 58 Iain Stirling 43 10 5 60 3
287 The barrel dad. 58 Joe Thomas 44 15 1= 57 4
288 The barrel dad. 58 Lou Sanders 45 15 1= 75 1
289 The barrel dad. 58 Paul Sinha 46 11 4 51 5
290 The barrel dad. 58 Sian Gibson 47 15 1= 63 2

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