TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 148

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
736 Always forks and marbles. 148 Julian Clary 103 17 1 155 2
737 Always forks and marbles. 148 Lucy Beaumont 104 14 4 129 5
738 Always forks and marbles. 148 Sam Campbell 105 16 2= 161 1
739 Always forks and marbles. 148 Sue Perkins 106 11 5 137 4
740 Always forks and marbles. 148 Susan Wokoma 107 16 2= 139 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.089ms