TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 132

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
656 How heavy is the water? 132 Frankie Boyle 98 12 3 56 3
657 How heavy is the water? 132 Ivo Graham 99 7 5 54 4
658 How heavy is the water? 132 Jenny Eclair 100 15 1 66 1
659 How heavy is the water? 132 Kiell Smith-Bynoe 101 13 2 51 5
660 How heavy is the water? 132 Mae Martin 102 10 4 59 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 9.861ms