TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

6 rows where contestant = 5

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
3 Melon buffet. 1 Roisin Conaty 5 7 5 7 5
8 The pie whisperer. 2 Roisin Conaty 5 21 1 28 4=
13 The poet and the egg. 3 Roisin Conaty 5 9 5 37 5
18 Down an octave. 4 Roisin Conaty 5 9 4= 46 5
23 Little denim shorts. 5 Roisin Conaty 5 14 4 60 5
28 The last supper. 6 Roisin Conaty 5 8 5 68 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 1761.906ms