TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 17

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
81 A fat bald white man. 17 Hugh Dennis 18 13 4= 13 4=
82 A fat bald white man. 17 Joe Lycett 19 17 2 17 2
83 A fat bald white man. 17 Lolly Adefope 20 13 4= 13 4=
84 A fat bald white man. 17 Mel Giedroyc 21 16 3 16 3
85 A fat bald white man. 17 Noel Fielding 22 18 1 18 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 9.806ms