TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 39

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
191 H. 39 Alice Levine 33 16 5 76 5
192 H. 39 Asim Chaudhry 34 19 4 77 4
193 H. 39 Liza Tarbuck 35 25 2 103 1
194 H. 39 Russell Howard 36 21 3 93 2
195 H. 39 Tim Vine 37 26 1 87 3

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