TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 114

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
566 You tuper super. 114 Ardal O'Hanlon 78 18 3 124 4
567 You tuper super. 114 Bridget Christie 79 20 1 132 2
568 You tuper super. 114 Chris Ramsey 80 14 4 130 3
569 You tuper super. 114 Judi Love 81 10 5 112 5
570 You tuper super. 114 Sophie Duker 82 19 2 138 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 7.638ms