TdlM / taskmaster

Menu
  • Make shortlink

episode_scores

5 rows where episode = 125

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: series, srank

id ▲ episode contestant score rank series srank
621 The one that bats do. 125 Dara Ó Briain 88 9 4 142 1
622 The one that bats do. 125 Fern Brady 89 12 3 113 4=
623 The one that bats do. 125 John Kearns 90 6 5 113 4=
624 The one that bats do. 125 Munya Chawawa 91 21 1 118 3
625 The one that bats do. 125 Sarah Millican 92 17 2 141 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 7.222ms