TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 42

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
206 What kind of pictures? 42 Alice Levine 33 13 5 118 5
207 What kind of pictures? 42 Asim Chaudhry 34 16 3= 125 4
208 What kind of pictures? 42 Liza Tarbuck 35 17 1= 157 1
209 What kind of pictures? 42 Russell Howard 36 17 1= 143 3
210 What kind of pictures? 42 Tim Vine 37 16 3= 146 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.561ms