TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where contestant = 8

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
31 Fear of failure. 7 Doc Brown 8 9 4 9 4
36 Pork is a sausage. 8 Doc Brown 8 18 3 27 4
41 A pistachio eclair. 9 Doc Brown 8 21 4 48 4
46 Welcome to Rico Face. 10 Doc Brown 8 18 1 66 4
51 There's strength in arches. 11 Doc Brown 8 12 4 78 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 12.584ms