TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 44

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
216 He was a different man. 44 Alice Levine 33 16 2 152 5
217 He was a different man. 44 Asim Chaudhry 34 22 1 159 4
218 He was a different man. 44 Liza Tarbuck 35 10 5 181 1
219 He was a different man. 44 Russell Howard 36 12 4 170 3
220 He was a different man. 44 Tim Vine 37 13 3 175 2

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