TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where contestant = 11

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: rank, srank

id ▲ episode contestant score rank series srank
34 Fear of failure. 7 Katherine Ryan 11 17 3 17 3
39 Pork is a sausage. 8 Katherine Ryan 11 19 2 36 2
44 A pistachio eclair. 9 Katherine Ryan 11 30 1 66 1
49 Welcome to Rico Face. 10 Katherine Ryan 11 15 3 81 1
54 There's strength in arches. 11 Katherine Ryan 11 13 2= 94 1

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 10.055ms