TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

6 rows where contestant = 7

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
5 Melon buffet. 1 Tim Key 7 17 3 17 3
10 The pie whisperer. 2 Tim Key 7 18 2 35 1
15 The poet and the egg. 3 Tim Key 7 16 3 51 2=
20 Down an octave. 4 Tim Key 7 9 4= 60 3
25 Little denim shorts. 5 Tim Key 7 10 5 70 4
30 The last supper. 6 Tim Key 7 18 1 88 4

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.063ms