TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 142

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
706 Dynamite chicks. 142 Julian Clary 103 17 3= 71 2
707 Dynamite chicks. 142 Lucy Beaumont 104 18 1= 58 4
708 Dynamite chicks. 142 Sam Campbell 105 17 3= 74 1
709 Dynamite chicks. 142 Sue Perkins 106 18 1= 60 3
710 Dynamite chicks. 142 Susan Wokoma 107 11 5 50 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 7.762ms