TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 43

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
211 The Bubble Brothers. 43 Alice Levine 33 18 1 136 5
212 The Bubble Brothers. 43 Asim Chaudhry 34 12 5 137 4
213 The Bubble Brothers. 43 Liza Tarbuck 35 14 4 171 1
214 The Bubble Brothers. 43 Russell Howard 36 15 3 158 3
215 The Bubble Brothers. 43 Tim Vine 37 16 2 162 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.731ms