TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 63

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
426 It's not your fault. 86 Charlotte Ritchie 63 5 5 5 5
431 The Lure of the Treacle Puppies. 87 Charlotte Ritchie 63 12 5 17 5
436 Run up a tree to the moon. 88 Charlotte Ritchie 63 11 4= 28 5
441 Premature conker. 89 Charlotte Ritchie 63 13 3 41 5
446 Slap and tong. 90 Charlotte Ritchie 63 17 1 58 5
451 Absolute casserole. 91 Charlotte Ritchie 63 11 5 69 5
456 You've got no chutzpah. 92 Charlotte Ritchie 63 9 5 78 5
461 An orderly species. 93 Charlotte Ritchie 63 11 5 89 5
466 Mr Octopus and Pottyhands. 94 Charlotte Ritchie 63 20 1 109 5
471 Activate Jamali. 95 Charlotte Ritchie 63 16 3 125 5

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