TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 28

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
136 Residue around the hoof. 28 Aisling Bea 23 24 1= 67 3
137 Residue around the hoof. 28 Bob Mortimer 24 21 3 72 2
138 Residue around the hoof. 28 Mark Watson 25 24 1= 75 1
139 Residue around the hoof. 28 Nish Kumar 26 12 5 56 5
140 Residue around the hoof. 28 Sally Phillips 27 15 4 65 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 7.518ms