TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

8 rows where contestant = 25

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
123 Dignity intact. 25 Mark Watson 25 17 2 17 2
128 The leprechaun or the lesbian. 26 Mark Watson 25 19 2= 36 1
133 Phoenix. 27 Mark Watson 25 15 3 51 1=
138 Residue around the hoof. 28 Mark Watson 25 24 1= 75 1
143 A wind-dried puffin. 29 Mark Watson 25 16 1 91 1
148 Spoony Neeson. 30 Mark Watson 25 13 4 104 1=
153 Boing boing. 31 Mark Watson 25 15 4 119 2
158 Their water's so delicious. 32 Mark Watson 25 11 4 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 9.114ms