TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 24

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
116 Tony Three Pies. 24 Hugh Dennis 18 13 4= 129 4
117 Tony Three Pies. 24 Joe Lycett 19 16 3 136 2
118 Tony Three Pies. 24 Lolly Adefope 20 13 4= 125 5
119 Tony Three Pies. 24 Mel Giedroyc 21 21 1 134 3
120 Tony Three Pies. 24 Noel Fielding 22 20 2 144 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 7.51ms