TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 71

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
479 An imbalance in the poppability. 96 Morgana Robinson 71 17 1 17 1
484 Oatmeal and death. 97 Morgana Robinson 71 17 2 34 1=
489 The end of the franchise. 98 Morgana Robinson 71 18 2 52 2
494 The customised inhaler. 99 Morgana Robinson 71 13 5 65 3
499 Croissants is croissants. 100 Morgana Robinson 71 17 2 82 2
504 A chair in a sweet. 101 Morgana Robinson 71 17 2= 99 2
509 The integrity of the product. 102 Morgana Robinson 71 14 4 113 1
514 A couple of Ethels. 103 Morgana Robinson 71 19 3 132 1
519 Nothing matters. 104 Morgana Robinson 71 18 2 150 1
524 Caring Uncle Minpict. 105 Morgana Robinson 71 18 4 168 1

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