TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 35

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
171 The old soft curved padlock. 35 Alice Levine 33 18 1= 18 1=
172 The old soft curved padlock. 35 Asim Chaudhry 34 8 5 8 5
173 The old soft curved padlock. 35 Liza Tarbuck 35 17 3 17 3
174 The old soft curved padlock. 35 Russell Howard 36 18 1= 18 1=
175 The old soft curved padlock. 35 Tim Vine 37 11 4 11 4

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