TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 139

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
691 The natural friends. 139 Julian Clary 103 19 2 19 2
692 The natural friends. 139 Lucy Beaumont 104 13 4= 13 4=
693 The natural friends. 139 Sam Campbell 105 21 1 21 1
694 The natural friends. 139 Sue Perkins 106 13 4= 13 4=
695 The natural friends. 139 Susan Wokoma 107 14 3 14 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.921ms