TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 140

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
696 Hell is here. 140 Julian Clary 103 16 3 35 1
697 Hell is here. 140 Lucy Beaumont 104 10 5 23 5
698 Hell is here. 140 Sam Campbell 105 12 4 33 2=
699 Hell is here. 140 Sue Perkins 106 19 1= 32 4
700 Hell is here. 140 Susan Wokoma 107 19 1= 33 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 2079.926ms