TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 25

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
121 Dignity intact. 25 Aisling Bea 23 13 4= 13 4=
122 Dignity intact. 25 Bob Mortimer 24 18 1 18 1
123 Dignity intact. 25 Mark Watson 25 17 2 17 2
124 Dignity intact. 25 Nish Kumar 26 13 4= 13 4=
125 Dignity intact. 25 Sally Phillips 27 14 3 14 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 8.245ms