TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 100

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
643 The curse of politeness. 129 Jenny Eclair 100 16 2 16 2
648 Trapped in a loveless marriage. 130 Jenny Eclair 100 15 4 31 2
653 I love to squander promise. 131 Jenny Eclair 100 20 2 51 1
658 How heavy is the water? 132 Jenny Eclair 100 15 1 66 1
663 Old Honkfoot. 133 Jenny Eclair 100 22 3 88 1
668 It's my milk now. 134 Jenny Eclair 100 7 5 95 2
673 Schrödinger's egg. 135 Jenny Eclair 100 11 5 106 3
678 100% Bosco. 136 Jenny Eclair 100 16 3= 122 3
683 A show about pedantry. 137 Jenny Eclair 100 12 5 134 4
688 A yardstick for failure. 138 Jenny Eclair 100 18 1= 152 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 2310.664ms