TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 8

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
36 Pork is a sausage. 8 Doc Brown 8 18 3 27 4
37 Pork is a sausage. 8 Joe Wilkinson 9 13 5 21 5
38 Pork is a sausage. 8 Jon Richardson 10 25 1 43 1
39 Pork is a sausage. 8 Katherine Ryan 11 19 2 36 2
40 Pork is a sausage. 8 Richard Osman 12 15 4 35 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 7.709ms