TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 29

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
141 A wind-dried puffin. 29 Aisling Bea 23 15 2 82 3
142 A wind-dried puffin. 29 Bob Mortimer 24 14 3= 86 2
143 A wind-dried puffin. 29 Mark Watson 25 16 1 91 1
144 A wind-dried puffin. 29 Nish Kumar 26 13 5 69 5
145 A wind-dried puffin. 29 Sally Phillips 27 14 3= 79 4

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