TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 87

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
431 The Lure of the Treacle Puppies. 87 Charlotte Ritchie 63 12 5 17 5
432 The Lure of the Treacle Puppies. 87 Jamali Maddix 64 13 4 20 4
433 The Lure of the Treacle Puppies. 87 Lee Mack 65 16 3 33 3
434 The Lure of the Treacle Puppies. 87 Mike Wozniak 66 21 1 38 1
435 The Lure of the Treacle Puppies. 87 Sarah Kendall 67 17 2 35 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 15.073ms