TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 90

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
446 Slap and tong. 90 Charlotte Ritchie 63 17 1 58 5
447 Slap and tong. 90 Jamali Maddix 64 15 2 67 4
448 Slap and tong. 90 Lee Mack 65 12 4= 70 3
449 Slap and tong. 90 Mike Wozniak 66 14 3 71 2
450 Slap and tong. 90 Sarah Kendall 67 12 4= 90 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 8.514ms