TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

6 rows where contestant = 6

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: rank, srank

id ▲ episode contestant score rank series srank
4 Melon buffet. 1 Romesh Ranganathan 6 19 1= 19 1=
9 The pie whisperer. 2 Romesh Ranganathan 6 14 4 33 2
14 The poet and the egg. 3 Romesh Ranganathan 6 22 1= 55 1
19 Down an octave. 4 Romesh Ranganathan 6 10 3 65 2
24 Little denim shorts. 5 Romesh Ranganathan 6 16 3 81 2
29 The last supper. 6 Romesh Ranganathan 6 12 3 93 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 3834.613ms