TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 4

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank

id ▲ episode contestant score rank series srank
16 Down an octave. 4 Frank Skinner 3 14 2 57 4
17 Down an octave. 4 Josh Widdicombe 4 16 1 67 1
18 Down an octave. 4 Roisin Conaty 5 9 4= 46 5
19 Down an octave. 4 Romesh Ranganathan 6 10 3 65 2
20 Down an octave. 4 Tim Key 7 9 4= 60 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 9.369ms