TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 116

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
576 The House Queens. 116 Ardal O'Hanlon 78 15 4 153 4
577 The House Queens. 116 Bridget Christie 79 18 3 157 3
578 The House Queens. 116 Chris Ramsey 80 21 2 170 2
579 The House Queens. 116 Judi Love 81 13 5 142 5
580 The House Queens. 116 Sophie Duker 82 22 1 173 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 6.584ms