TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 141

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
701 Languidly. 141 Julian Clary 103 19 2 54 2
702 Languidly. 141 Lucy Beaumont 104 17 3 40 4
703 Languidly. 141 Sam Campbell 105 24 1 57 1
704 Languidly. 141 Sue Perkins 106 10 4 42 3
705 Languidly. 141 Susan Wokoma 107 6 5 39 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.198ms