TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 30

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
146 Spoony Neeson. 30 Aisling Bea 23 17 3 99 3
147 Spoony Neeson. 30 Bob Mortimer 24 18 1= 104 1=
148 Spoony Neeson. 30 Mark Watson 25 13 4 104 1=
149 Spoony Neeson. 30 Nish Kumar 26 12 5 81 5
150 Spoony Neeson. 30 Sally Phillips 27 18 1= 97 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 8.216ms