TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 41

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
224 The mean bean. 45 Phil Wang 41 13 4 13 4
229 My eyes are circles. 46 Phil Wang 41 19 4 32 4
234 Twelve blush majesty two. 47 Phil Wang 41 15 3= 47 4
239 OLLIE. 48 Phil Wang 41 12 5 59 5
244 Lotta soup. 49 Phil Wang 41 9 5 68 5
249 A coquettish fascinator. 50 Phil Wang 41 17 3= 85 5
254 The perfect stuff. 51 Phil Wang 41 15 3= 100 5
259 Mother honks her horn. 52 Phil Wang 41 9 5 109 5
264 The pendulum draws the eye. 53 Phil Wang 41 11 4 120 5
269 I can hear it gooping. 54 Phil Wang 41 13 4 133 5

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.114ms