TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 100

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
496 Croissants is croissants. 100 Alan Davies 68 14 3 80 3
497 Croissants is croissants. 100 Desiree Burch 69 8 5 76 4
498 Croissants is croissants. 100 Guz Khan 70 21 1 83 1
499 Croissants is croissants. 100 Morgana Robinson 71 17 2 82 2
500 Croissants is croissants. 100 Victoria Coren Mitchell 72 10 4 64 5

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.808ms