TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 15

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
71 A very nuanced character. 15 Al Murray 13 16 2 64 3
72 A very nuanced character. 15 Dave Gorman 14 17 1 68 2
73 A very nuanced character. 15 Paul Chowdhry 15 11 5 54 5
74 A very nuanced character. 15 Rob Beckett 16 15 3 70 1
75 A very nuanced character. 15 Sara Pascoe 17 14 4 63 4

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 8.05ms