TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 111

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
551 Having a little chuckle. 111 Ardal O'Hanlon 78 21 1 74 4
552 Having a little chuckle. 111 Bridget Christie 79 11 3= 84 1
553 Having a little chuckle. 111 Chris Ramsey 80 11 3= 82 2
554 Having a little chuckle. 111 Judi Love 81 11 3= 67 5
555 Having a little chuckle. 111 Sophie Duker 82 13 2 76 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 10.696ms