TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 53

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
371 God's haemorrhoid. 75 Daisy May Cooper 53 11 2 11 2
376 A documentary about a despot. 76 Daisy May Cooper 53 18 3 29 2
381 Point of swivel. 77 Daisy May Cooper 53 19 1 48 1
386 Toshwash. 78 Daisy May Cooper 53 19 1 67 1
391 I hate your trainers. 79 Daisy May Cooper 53 24 2 91 1
396 Hippopotamus. 80 Daisy May Cooper 53 14 3 105 1
401 Legit glass. 81 Daisy May Cooper 53 11 4 116 1
406 Moments of silence. 82 Daisy May Cooper 53 7 5 123 2
411 Air Horn Andy. 83 Daisy May Cooper 53 20 2 143 2
416 Dog meat trifle. 84 Daisy May Cooper 53 15 3 158 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 10.95ms