TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 117

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, series, srank

id ▲ episode contestant score rank series srank
581 The Alpine Darling. 117 Ed Gamble 83 11 5 11 5
582 The Alpine Darling. 117 Kerry Godliman 84 12 3= 12 3=
583 The Alpine Darling. 117 Liza Tarbuck 85 14 2 14 2
584 The Alpine Darling. 117 Lou Sanders 86 12 3= 12 3=
585 The Alpine Darling. 117 Richard Herring 87 17 1 17 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.833ms