TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 122

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
606 Chip Biffington. 122 Dara Ó Briain 88 19 3= 102 1
607 Chip Biffington. 122 Fern Brady 89 19 3= 79 3
608 Chip Biffington. 122 John Kearns 90 23 1 76 4
609 Chip Biffington. 122 Munya Chawawa 91 20 2 75 5
610 Chip Biffington. 122 Sarah Millican 92 17 5 90 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.405ms