TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 121

✎ View and edit SQL

This data as json, CSV (advanced)

id ▲ episode contestant score rank series srank
601 Crumbs in my bralette. 121 Dara Ó Briain 88 19 2 83 1
602 Crumbs in my bralette. 121 Fern Brady 89 15 3 60 3
603 Crumbs in my bralette. 121 John Kearns 90 12 4 53 5
604 Crumbs in my bralette. 121 Munya Chawawa 91 9 5 55 4
605 Crumbs in my bralette. 121 Sarah Millican 92 22 1 73 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 6.16ms