TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 93

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
461 An orderly species. 93 Charlotte Ritchie 63 11 5 89 5
462 An orderly species. 93 Jamali Maddix 64 16 3 112 4
463 An orderly species. 93 Lee Mack 65 18 1 123 2
464 An orderly species. 93 Mike Wozniak 66 17 2 119 3
465 An orderly species. 93 Sarah Kendall 67 12 4 130 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 8.16ms