TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 19

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
91 Hollowing out a baguette. 19 Hugh Dennis 18 15 3 45 3
92 Hollowing out a baguette. 19 Joe Lycett 19 19 1= 49 2
93 Hollowing out a baguette. 19 Lolly Adefope 20 12 4 43 4
94 Hollowing out a baguette. 19 Mel Giedroyc 21 3 5 39 5
95 Hollowing out a baguette. 19 Noel Fielding 22 19 1= 55 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 3202.504ms