TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 108

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
536 Birdy hand finger. 108 Ardal O'Hanlon 78 15 3 25 4
537 Birdy hand finger. 108 Bridget Christie 79 16 2 32 2
538 Birdy hand finger. 108 Chris Ramsey 80 18 1 41 1
539 Birdy hand finger. 108 Judi Love 81 14 4 24 5
540 Birdy hand finger. 108 Sophie Duker 82 13 5 31 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 6.983ms