TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 112

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
556 The 75th question. 112 Ardal O'Hanlon 78 12 3 86 4
557 The 75th question. 112 Bridget Christie 79 9 5 93 2
558 The 75th question. 112 Chris Ramsey 80 15 1= 97 1
559 The 75th question. 112 Judi Love 81 11 4 78 5
560 The 75th question. 112 Sophie Duker 82 15 1= 91 3

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