TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 70

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: series, srank

id ▲ episode contestant score rank series srank
346 Bready bready bready. 70 David Baddiel 48 10 5 75 5
347 Bready bready bready. 70 Ed Gamble 49 19 1 101 2
348 Bready bready bready. 70 Jo Brand 50 16 2 93 3=
349 Bready bready bready. 70 Katy Wix 51 13 4 93 3=
350 Bready bready bready. 70 Rose Matafeo 52 14 3 102 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 9.297ms