TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

8 rows where contestant = 27

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
125 Dignity intact. 25 Sally Phillips 27 14 3 14 3
130 The leprechaun or the lesbian. 26 Sally Phillips 27 20 1 34 2=
135 Phoenix. 27 Sally Phillips 27 16 2 50 3
140 Residue around the hoof. 28 Sally Phillips 27 15 4 65 4
145 A wind-dried puffin. 29 Sally Phillips 27 14 3= 79 4
150 Spoony Neeson. 30 Sally Phillips 27 18 1= 97 4
155 Boing boing. 31 Sally Phillips 27 16 3 113 4
160 Their water's so delicious. 32 Sally Phillips 27 17 1 130 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 8.515ms