TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 74

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
366 Think about the spirit. 74 David Baddiel 48 10 3= 128 5
367 Think about the spirit. 74 Ed Gamble 49 12 1= 167 1
368 Think about the spirit. 74 Jo Brand 50 10 3= 154 4
369 Think about the spirit. 74 Katy Wix 51 9 5 158 3
370 Think about the spirit. 74 Rose Matafeo 52 12 1= 159 2

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.563ms