TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

10 rows where contestant = 89

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: score, rank, srank

id ▲ episode contestant score rank series srank
587 The chassis, the wings. 118 Fern Brady 89 17 2= 17 2=
592 Enormous hugeness. 119 Fern Brady 89 14 4 31 4
597 Dafty in the middle. 120 Fern Brady 89 14 4 45 4
602 Crumbs in my bralette. 121 Fern Brady 89 15 3 60 3
607 Chip Biffington. 122 Fern Brady 89 19 3= 79 3
612 Long-legged lobster. 123 Fern Brady 89 6 5 85 5
617 The system of endless plates. 124 Fern Brady 89 16 3 101 4
622 The one that bats do. 125 Fern Brady 89 12 3 113 4=
627 A new business end. 126 Fern Brady 89 23 1 136 3
632 Did I meet these potatoes before? 127 Fern Brady 89 8 5 144 4=

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