TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where contestant = 13

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
56 A pea in a haystack. 12 Al Murray 13 21 1 21 1
61 The dong and the gong. 13 Al Murray 13 18 2 39 1
66 Little polythene grief cave. 14 Al Murray 13 9 5 48 4
71 A very nuanced character. 15 Al Murray 13 16 2 64 3
76 The F.I.P. 16 Al Murray 13 16 2 80 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 17.448ms