TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where contestant = 10

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
33 Fear of failure. 7 Jon Richardson 10 18 2 18 2
38 Pork is a sausage. 8 Jon Richardson 10 25 1 43 1
43 A pistachio eclair. 9 Jon Richardson 10 17 5 60 3
48 Welcome to Rico Face. 10 Jon Richardson 10 17 2 77 2
53 There's strength in arches. 11 Jon Richardson 10 13 2= 90 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 7.955ms