TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 99

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
491 The customised inhaler. 99 Alan Davies 68 21 1 66 2
492 The customised inhaler. 99 Desiree Burch 69 15 3 68 1
493 The customised inhaler. 99 Guz Khan 70 14 4 62 4
494 The customised inhaler. 99 Morgana Robinson 71 13 5 65 3
495 The customised inhaler. 99 Victoria Coren Mitchell 72 16 2 54 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.169ms