TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 144

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
716 Brother Alex. 144 Julian Clary 103 9 5 95 2
717 Brother Alex. 144 Lucy Beaumont 104 20 1 85 4
718 Brother Alex. 144 Sam Campbell 105 18 2 106 1
719 Brother Alex. 144 Sue Perkins 106 17 3= 89 3
720 Brother Alex. 144 Susan Wokoma 107 17 3= 80 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 8.15ms