TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 109

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
541 I think I've got this. 109 Ardal O'Hanlon 78 11 5 36 5
542 I think I've got this. 109 Bridget Christie 79 25 1 57 1
543 I think I've got this. 109 Chris Ramsey 80 13 4 54 2
544 I think I've got this. 109 Judi Love 81 16 2= 40 4
545 I think I've got this. 109 Sophie Duker 82 16 2= 47 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 1442.695ms