TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 2

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: series, srank

id ▲ episode contestant score rank series srank
6 The pie whisperer. 2 Frank Skinner 3 9 5 28 4=
7 The pie whisperer. 2 Josh Widdicombe 4 16 3 29 3
8 The pie whisperer. 2 Roisin Conaty 5 21 1 28 4=
9 The pie whisperer. 2 Romesh Ranganathan 6 14 4 33 2
10 The pie whisperer. 2 Tim Key 7 18 2 35 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 8.275ms