TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 86

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
426 It's not your fault. 86 Charlotte Ritchie 63 5 5 5 5
427 It's not your fault. 86 Jamali Maddix 64 7 4 7 4
428 It's not your fault. 86 Lee Mack 65 17 2= 17 2=
429 It's not your fault. 86 Mike Wozniak 66 17 2= 17 2=
430 It's not your fault. 86 Sarah Kendall 67 18 1 18 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 9.194ms