TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 73

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
361 Don't like them go bang. 73 David Baddiel 48 19 1 118 5
362 Don't like them go bang. 73 Ed Gamble 49 17 2= 155 1
363 Don't like them go bang. 73 Jo Brand 50 14 5 144 4
364 Don't like them go bang. 73 Katy Wix 51 17 2= 149 2
365 Don't like them go bang. 73 Rose Matafeo 52 17 2= 147 3

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