TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 118

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
586 The chassis, the wings. 118 Dara Ó Briain 88 17 2= 17 2=
587 The chassis, the wings. 118 Fern Brady 89 17 2= 17 2=
588 The chassis, the wings. 118 John Kearns 90 11 5 11 5
589 The chassis, the wings. 118 Munya Chawawa 91 14 4 14 4
590 The chassis, the wings. 118 Sarah Millican 92 18 1 18 1

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.919ms