TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 20

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
96 Friendship is truth. 20 Hugh Dennis 18 17 4 62 4
97 Friendship is truth. 20 Joe Lycett 19 19 3 68 2
98 Friendship is truth. 20 Lolly Adefope 20 15 5 58 5
99 Friendship is truth. 20 Mel Giedroyc 21 24 1 63 3
100 Friendship is truth. 20 Noel Fielding 22 23 2 78 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.947ms