TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 6

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: series, srank

id ▲ episode contestant score rank series srank
26 The last supper. 6 Frank Skinner 3 16 2 93 2=
27 The last supper. 6 Josh Widdicombe 4 9 4 94 1
28 The last supper. 6 Roisin Conaty 5 8 5 68 5
29 The last supper. 6 Romesh Ranganathan 6 12 3 93 2=
30 The last supper. 6 Tim Key 7 18 1 88 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 6.899ms