TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 27

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: series, srank

id ▲ episode contestant score rank series srank
131 Phoenix. 27 Aisling Bea 23 13 4 43 5
132 Phoenix. 27 Bob Mortimer 24 17 1 51 1=
133 Phoenix. 27 Mark Watson 25 15 3 51 1=
134 Phoenix. 27 Nish Kumar 26 12 5 44 4
135 Phoenix. 27 Sally Phillips 27 16 2 50 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 8.126ms