TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where contestant = 12

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: rank, srank

id ▲ episode contestant score rank series srank
35 Fear of failure. 7 Richard Osman 12 20 1 20 1
40 Pork is a sausage. 8 Richard Osman 12 15 4 35 3
45 A pistachio eclair. 9 Richard Osman 12 27 2 62 2
50 Welcome to Rico Face. 10 Richard Osman 12 5 5 67 3
55 There's strength in arches. 11 Richard Osman 12 19 1 86 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 7.101ms