TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 124

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
616 The system of endless plates. 124 Dara Ó Briain 88 21 1 133 1
617 The system of endless plates. 124 Fern Brady 89 16 3 101 4
618 The system of endless plates. 124 John Kearns 90 18 2 107 3
619 The system of endless plates. 124 Munya Chawawa 91 8 5 97 5
620 The system of endless plates. 124 Sarah Millican 92 15 4 124 2

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.035ms